lib/rujitsu/grammar.rb in rujitsu-0.3.3 vs lib/rujitsu/grammar.rb in rujitsu-0.4.0
- old
+ new
@@ -1,12 +1,13 @@
+# encoding: utf-8
+
module Spec
module Mocks
module Methods
class GrammarException < Exception; end
-
+
def should_recieve(sym, opts={}, &block)
raise GrammarException, "Oi! i before e except after c."
end
end
end
end
-
\ No newline at end of file