rspec fixed
This commit is contained in:
@@ -7,12 +7,6 @@ shared_examples 'WpItem::Findable#Found_From=' do
|
||||
subject.found_from = @method
|
||||
expect(subject.found_from).to eq @expected
|
||||
end
|
||||
context 'when the pattern is not found' do
|
||||
it 'returns nil' do
|
||||
@method = 'I_do_not_match'
|
||||
@expected = nil
|
||||
end
|
||||
end
|
||||
|
||||
it 'replaces _ by space' do
|
||||
@method = 'find_from_some_detection_method'
|
||||
|
||||
Reference in New Issue
Block a user