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:
parent
f3bb3baf9a
commit
e55055a76d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue