capybara_minitest_spec 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
data/test/matchers_spec.rb
CHANGED
@@ -454,7 +454,7 @@ describe CapybaraMinitestSpec do
|
|
454
454
|
else
|
455
455
|
flunk 'No exception was raised'
|
456
456
|
end
|
457
|
-
assert_equal 'Matcher failed: has_css?(expected, {:count=>1})', exception.message
|
457
|
+
assert_equal 'Matcher failed: has_css?("expected", {:count=>1})', exception.message
|
458
458
|
end
|
459
459
|
end
|
460
460
|
end
|