1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Apparently :file_path is now a relative path

Hardcoding this path isn't exactly pretty, but it's the best I could come up with it.
This commit is contained in:
Jonas Nicklas 2012-07-10 10:21:23 +02:00
parent f3bb3baf9a
commit e55055a76d

View file

@ -1,7 +1,7 @@
require 'spec_helper'
require 'capybara/rspec'
RSpec.configuration.before(:each, :example_group => {:file_path => __FILE__}) do
RSpec.configuration.before(:each, :example_group => {:file_path => "./spec/rspec/features_spec.rb"}) do
@in_filtered_hook = true
end