Skip to content

Commit

Permalink
Be specific about testing ExprStub (now that all tests involve only it)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwalker committed Aug 15, 2011
1 parent 5437bdc commit dfdebd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/expr_spec.rb
@@ -1,6 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe Object do
describe ExprStub do
it 'should allow expr syntax' do
test_assembly do
insert 'foo' => 1, 'bar' => expr('offset:int')
Expand Down

0 comments on commit dfdebd2

Please sign in to comment.