Skip to content

Commit

Permalink
add rspec filter 'focus' and 'skip'
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling committed May 21, 2014
1 parent 9c5c304 commit 5b88ba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -126,6 +126,9 @@ def with_translation(translation)
config.use_instantiated_fixtures = false
config.include Devise::TestHelpers, type: :controller
config.render_views = false
config.filter_run focus: true
config.filter_run_excluding skip: true
config.run_all_when_everything_filtered = true
end

# All RSpec configuration needs to happen before any examples
Expand Down

0 comments on commit 5b88ba6

Please sign in to comment.