Skip to content

Commit

Permalink
fix spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
i2bskn committed Jul 17, 2013
1 parent 3a60a0f commit 89e1233
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

# SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter
SimpleCov.start do
add_filter "spec"
add_filter "vendor"
add_filter "/spec/"
add_filter "/config/"
add_filter "/vendor/"
end

ENV['RAILS_SECRET_KEY'] = "5ebe2294ecd0e0f08eab7690d2a6ee69"
Expand Down

0 comments on commit 89e1233

Please sign in to comment.