Skip to content

Commit

Permalink
adding in simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
lgleasain committed Apr 14, 2014
1 parent 967f5aa commit fecfcf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
Gemfile.lock
pkg/*
*.swp
coverage/
1 change: 1 addition & 0 deletions asari.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "httparty"

s.add_development_dependency "rspec"
s.add_development_dependency "simplecov"
end
2 changes: 2 additions & 0 deletions spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'asari'
require 'asari/active_record'
require 'ostruct'
require 'simplecov'
SimpleCov.start

# Fake production mode to test.
Asari.mode = :production
Expand Down

0 comments on commit fecfcf4

Please sign in to comment.