lib/rujitsu/grammar.rb in rujitsu-0.3 vs lib/rujitsu/grammar.rb in rujitsu-0.3.1

- old
+ new

@@ -2,10 +2,10 @@ module Mocks module Methods class GrammarException < Exception; end def should_recieve(sym, opts={}, &block) - raise GrammarException, "Oi! i before except after c." + raise GrammarException, "Oi! i before e except after c." end end end end \ No newline at end of file