diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index e9a38129..01fa0efa 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -15,5 +15,5 @@ RSpec.configure do |config| config.include(Factories) - config.filter_run :functional => ENV["wrest_functional_spec"] == "true" || nil -end \ No newline at end of file + # config.filter_run :functional => ENV["wrest_functional_spec"] == "true" || nil +end