zombocom / derailed_benchmarks

Go faster, off the Rails - Benchmarks for your whole Rails app
2.96k stars 144 forks source link

Fix "already initialized constant" warning #120

Closed k0kubun closed 6 years ago

k0kubun commented 6 years ago

I would like to remove the following warning message:

/home/k0kubun/src/github.com/schneems/derailed_benchmarks/lib/derailed_benchmarks/tasks.rb:86: warning: already initialized constant DERAILED_APP
/home/k0kubun/src/github.com/schneems/derailed_benchmarks/lib/derailed_benchmarks/tasks.rb:23: warning: previous definition of DERAILED_APP was here
k0kubun commented 6 years ago

Thanks to add me to collaborators. Merging.

schneems commented 6 years ago

Thanks for the patch!