Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
This test now needs to use FakeCapybara
Browse files Browse the repository at this point in the history
This is so it will use the correct stubbing
  • Loading branch information
TheJefe committed Feb 5, 2016
1 parent 0f408fc commit 38ef365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/unit/assertions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def setup_control_image
FileUtils.remove_dir(SCREENSHOTS_DIR) if File.directory?(SCREENSHOTS_DIR)
Compatriot.configure do |config|
config.screenshot_directory = SCREENSHOTS_DIR
config.framework = FakeCapybara
end
end

Expand Down

0 comments on commit 38ef365

Please sign in to comment.