spec/unit/mutant/subject_spec.rb in mutant-0.5.3 vs spec/unit/mutant/subject_spec.rb in mutant-0.5.4
- old
+ new
@@ -27,10 +27,10 @@
let(:context) do
double(
'Context',
source_path: 'source_path',
- source_line: 'source_line',
+ source_line: 'source_line'
)
end
describe '#identification' do
subject { object.identification }