spec/zenlish/inflect/formal_argument_spec.rb in zenlish-0.2.05 vs spec/zenlish/inflect/formal_argument_spec.rb in zenlish-0.2.06

- old
+ new

@@ -10,16 +10,16 @@ context 'Initialization:' do it 'should be initialized with a text literal' do expect { FormalArgument.new(1) }.not_to raise_error end - + it 'should know its index value' do expect(subject.index).to eq(3) end end # context context 'Provided services:' do end # context end # describe end # module -end # module \ No newline at end of file +end # module