fix warning about metadata filtering under RSpec 3

This commit is contained in:
Thomas Walpole 2014-06-20 13:51:28 -07:00
parent 1276a78da8
commit 04f2ba640c
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 => "./spec/rspec/features_spec.rb"}) do
RSpec.configuration.before(:each, { file_path: "./spec/rspec/features_spec.rb" } ) do
@in_filtered_hook = true
end