From baaed4653623cfc918ada7250c4fd879aad28893 Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Wed, 7 Jan 2015 21:58:56 +0100 Subject: Fix spec and update devise usage --- spec/support/capybara.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 spec/support/capybara.rb (limited to 'spec/support/capybara.rb') diff --git a/spec/support/capybara.rb b/spec/support/capybara.rb new file mode 100644 index 000000000..eb8124f44 --- /dev/null +++ b/spec/support/capybara.rb @@ -0,0 +1 @@ +Capybara.asset_host = 'http://localhost:3000' -- cgit v1.2.3