Skip to content

Commit

Permalink
predicate macher
Browse files Browse the repository at this point in the history
  • Loading branch information
ikuru0823 committed Mar 14, 2012
1 parent 5fe01a0 commit ea5ba3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_filter_spec.rb
Expand Up @@ -10,7 +10,7 @@
subject{MessageFilter.new('foo')}
it_should_behave_like 'MessageFilter with argument "foo"'
it 'ng_words should not be empty' do
subject.ng_words.empty?.should == false
subject.ng_words.should_not be_empty
end
end
context 'with argument "foo","bar"'do
Expand Down

0 comments on commit ea5ba3a

Please sign in to comment.