spec/rake/funnel/support/version_info_spec.rb in rake-funnel-0.8.0.pre vs spec/rake/funnel/support/version_info_spec.rb in rake-funnel-0.9.0.pre

- old
+ new

@@ -298,19 +298,9 @@ describe 'automatic methods' do it 'should be an OpenStruct' do expect(described_class < OpenStruct).to eq(true) end - - describe 'immutability' do - let(:args) { { a: 42 } } - - subject { described_class.new(args) } - - it 'should be immutable' do - expect { subject.a = 23 }.to raise_error - end - end end describe '#read_version_from' do let(:file) { 'file with version info' } let(:contents) { <<-EOF