Skip to content

Commit

Permalink
track failed specs for rspec --only-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jul 27, 2016
1 parent fa40dc1 commit 1c24bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.bundle
/.env.local
/.rspec_failures
/log/*
/tmp
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@

config.order = :random
Kernel.srand config.seed

config.example_status_persistence_file_path = ".rspec_failures"
end

0 comments on commit 1c24bdc

Please sign in to comment.