spec/sequitur/sequitur_grammar_spec.rb in sequitur-0.0.11 vs spec/sequitur/sequitur_grammar_spec.rb in sequitur-0.0.12
- old
+ new
@@ -77,10 +77,10 @@
it 'should cope with a pattern that caused an exception' do
input = 'aaac' # This sequence raised an exception
# Creation
- expect {SequiturGrammar.new(input.chars)}.not_to raise_error
+ expect { SequiturGrammar.new(input.chars) }.not_to raise_error
end
it 'should cope with the example from presentation' do
input = 'bbebeebebebbebee'