Skip to content

Commit

Permalink
move rspec config to spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ssm committed Jan 11, 2016
1 parent 616a565 commit 0f16142
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .rspec

This file was deleted.

1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

RSpec.configure do |c|
c.fail_fast = true
c.formatter = :documentation
c.default_facts = { concat_basedir: '/nonexistant' }
end

Expand Down

0 comments on commit 0f16142

Please sign in to comment.