Sha256: c231526803af0d49bf149e021b47f65fa63adb9ca6969e2d9ffdf8e68ec09115
Contents?: true
Size: 235 Bytes
Versions: 2
Compression:
Stored size: 235 Bytes
Contents
# add rake tasks if we are inside Rails 3 if defined?(Rails::Railtie) module ParallelTests class Railtie < ::Rails::Railtie rake_tasks do load File.expand_path("../tasks.rake", __FILE__) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
parallel_tests-0.7.0.alpha2 | lib/parallel_tests/railtie.rb |
parallel_tests-0.7.0.alpha | lib/parallel_tests/railtie.rb |