spec/rley/formatter/bracket_notation_spec.rb in rley-0.6.00 vs spec/rley/formatter/bracket_notation_spec.rb in rley-0.6.01
- old
+ new
@@ -11,10 +11,9 @@
require_relative '../../../lib/rley/formatter/bracket_notation'
module Rley # Re-open the module to get rid of qualified names
module Formatter
describe BracketNotation do
-
# Factory method. Build a production with the given sequence
# of symbols as its rhs.
let(:grammar_abc) do
sandbox = Object.new
sandbox.extend(GrammarABCHelper)