spec/rley/syntax/grm_symbol_spec.rb in rley-0.7.07 vs spec/rley/syntax/grm_symbol_spec.rb in rley-0.7.08

- old
+ new

@@ -18,10 +18,10 @@ it 'should know its name' do expect(subject.name).to eq(sample_name) end end # context - + context 'Provided services:' do it 'should give its text representation' do expect(subject.to_s).to eq(sample_name) end end # context