Sha256: 2adf920c2e52dec7880b7e9ee7f90cdc3b8c5f4b00529766309ba5dec73abdd5
Contents?: true
Size: 519 Bytes
Versions: 2
Compression:
Stored size: 519 Bytes
Contents
#!/usr/bin/env rake begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end ENGINE_PATH = File.dirname(__FILE__) APP_RAKEFILE = File.expand_path "../spec/dummy/Rakefile", __FILE__ if File.exists? APP_RAKEFILE load 'rails/tasks/engine.rake' end require "answers-testing" Answers::Testing::Railtie.load_dummy_tasks ENGINE_PATH load File.expand_path('../tasks/testing.rake', __FILE__) load File.expand_path('../tasks/rspec.rake', __FILE__)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
answers-core-0.0.0.2 | lib/generators/answers/engine/templates/Rakefile |
answers-core-0.0.0 | lib/generators/answers/engine/templates/Rakefile |