Skip to content

Commit

Permalink
chore: persist rspec example status
Browse files Browse the repository at this point in the history
enable use of rspec --only-failures
  • Loading branch information
bethesque committed Sep 18, 2017
1 parent 6c61da7 commit 56f0d67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ bethtest/
bin/
coverage
db/test/backwards_compatibility/pids
db/test/backwards_compatibility/pact_broker_database.sqlite3
db/test/backwards_compatibility/pact_broker_database.sqlite3
spec/examples.txt
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
end

config.include FixtureHelpers
config.example_status_persistence_file_path = "./spec/examples.txt"

def app
PactBroker::API
Expand Down

0 comments on commit 56f0d67

Please sign in to comment.