spec/acceptance/rspec_matcher_spec.rb in gatling-1.1.1 vs spec/acceptance/rspec_matcher_spec.rb in gatling-1.1.2
- old
+ new
@@ -26,14 +26,7 @@
create_square_image(@ref_path, 'black')
red_element = element_for_spec("#red")
expect{red_element.should look_like(@black_box)}.should raise_error
end
- it 'will return true if it makes a new reference image in trainer mode' do
- Gatling::Configuration.trainer_toggle = true
- black_element = element_for_spec("#black")
- black_element.should look_like(@black_box)
- File.exists?(File.join(@ref_path, @black_box)).should be_true
- end
-
end
end