Skip to content

Commit

Permalink
Use .rspec file for formatting options
Browse files Browse the repository at this point in the history
  • Loading branch information
paulspringett committed Nov 2, 2014
1 parent a37edb5 commit c437e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .rspec
@@ -0,0 +1,2 @@
--color
--format documentation
4 changes: 0 additions & 4 deletions spec/spec_helper.rb
@@ -1,6 +1,2 @@
require 'rspec'
require 'csv_shaper'

RSpec.configure do |config|
config.formatter = 'documentation'
end

0 comments on commit c437e2f

Please sign in to comment.