spec/rley/parser/dotted_item_spec.rb in rley-0.0.17 vs spec/rley/parser/dotted_item_spec.rb in rley-0.0.18
- old
+ new
@@ -94,10 +94,10 @@
it 'should know the symbol after the dot' do
expect(subject.next_symbol).to eq(t_b)
end
it 'should give its text representation' do
- expectation = "sentence => A . B C"
+ expectation = 'sentence => A . B C'
expect(subject.to_s).to eq(expectation)
end
end
end # describe