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
1 changed files with 1 additions and 1 deletions

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