Skip to content

Commit f02f84f

Browse files
author
Ary Borenszweig
committedApr 5, 2013
Added spec to verify that memory executor accepts options
1 parent 6a85129 commit f02f84f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎spec/rgviz/memory_executor_spec.rb

+5
Original file line numberDiff line numberDiff line change
@@ -552,4 +552,9 @@ def self.it_processes_single_select_column(query, id, type, value, label, test_o
552552
i += 1
553553
end
554554
end
555+
556+
it "accepts options" do
557+
exec = MemoryExecutor.new [], Types
558+
exec.execute "select *", {}
559+
end
555560
end

0 commit comments

Comments
 (0)
Please sign in to comment.