Skip to content

Commit 5d22ff0

Browse files
committedJan 25, 2016
Port 3000 on Capybara.asset_host
1 parent 1c6cc0c commit 5d22ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/rails_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This will insert a <base> tag with the asset host into the pages created by
1212
# save_and_open_page, meaning that relative links will be loaded from the
1313
# development server if it is running.
14-
Capybara.asset_host = "http://localhost:4000"
14+
Capybara.asset_host = "http://localhost:3000"
1515

1616
# Add additional requires below this line. Rails is not loaded until this point!
1717

0 commit comments

Comments
 (0)
Please sign in to comment.