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

- old
+ new

@@ -9,11 +9,11 @@ let(:method_name) { 'base_form' } subject { UnconditionallyTrue.new } context 'Initialization:' do it 'should be initialized without argument' do - expect { UnconditionallyTrue.new}.not_to raise_error + expect { UnconditionallyTrue.new }.not_to raise_error end end # context context 'Provided services:' do it 'should always return true' do @@ -23,6 +23,6 @@ expect(subject.success?(headings, lexeme, values)).to be_truthy end end # context end # describe end # module -end # module \ No newline at end of file +end # module