Skip to content

Commit

Permalink
Setup rspec examples.txt
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
fphilipe committed May 13, 2017
1 parent 17ddf3a commit 2d669d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ lib/bundler/man
pkg
rdoc
spec/reports
spec/examples.txt
test/tmp
test/version_tmp
tmp
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
ENV['GITHUB_CLIENT_SECRET'] = 'test_client_secret'

RSpec.configure do |config|
config.example_status_persistence_file_path = 'spec/examples.txt'
config.run_all_when_everything_filtered = true
config.order = 'random'
config.expect_with :rspec do |c|
Expand Down

0 comments on commit 2d669d6

Please sign in to comment.