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:
commit
fe49a425c8
2 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ Gemfile.lock
|
|||
*.swp
|
||||
dump.rdb
|
||||
.rbx
|
||||
coverage/
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
$TESTING = true
|
||||
if false
|
||||
if ENV.has_key?("SIMPLECOV")
|
||||
require 'simplecov'
|
||||
SimpleCov.start
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue