We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b836e6 commit 65c10b6Copy full SHA for 65c10b6
1 file changed
spec/octocatalog-diff/tests/api/v1/diff_spec.rb
@@ -45,7 +45,7 @@
45
describe '#[]=' do
46
it 'should set values in the array' do
47
testobj = described_class.new(chg_1)
48
- testobj[3]='newer'
+ testobj[3] = 'newer'
49
expect(testobj.new_value).to eq('newer')
50
end
51
0 commit comments