spec/rley/syntax/grm_symbol_spec.rb in rley-0.0.15 vs spec/rley/syntax/grm_symbol_spec.rb in rley-0.0.16
- old
+ new
@@ -16,9 +16,15 @@
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
end # describe
end # module
end # module