clean up rspecs

This commit is contained in:
Christian Mehlmauer
2013-08-17 12:19:54 +02:00
parent 264bc834b5
commit 81f9612de2
10 changed files with 99 additions and 85 deletions

View File

@@ -155,11 +155,6 @@ shared_examples 'WpItems::Detectable' do
@fixture = fixtures_dir + '/passive_detection.html'
@expected = expected[:passive_detection]
end
it 'returns the expected items' do
@fixture = fixtures_dir + '/passive_detection_2.html'
@expected = expected[:passive_detection2]
end
end
end