allow spec filtering

This commit is contained in:
Adam Spiers 2014-01-23 12:26:42 +00:00
parent 3246dff34d
commit 54c66607a2

View File

@ -33,4 +33,7 @@ RSpec.configure do |config|
config.expect_with :rspec do |c|
c.syntax = :expect
end
config.run_all_when_everything_filtered = true
config.filter_run :focus => true
end