1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge branch 'master' of github.com:mperham/sidekiq

This commit is contained in:
Mike Perham 2012-03-18 20:10:02 -07:00
commit fe49a425c8
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ Gemfile.lock
*.swp
dump.rdb
.rbx
coverage/

View file

@ -1,5 +1,4 @@
$TESTING = true
if false
if ENV.has_key?("SIMPLECOV")
require 'simplecov'
SimpleCov.start
end