Sha256: 2cf6b48859cbf18ecbec5785191387fe894c08010569964636308c40363ff1ec

Contents?: true

Size: 357 Bytes

Versions: 9

Compression:

Stored size: 357 Bytes

Contents

#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

if ['development', 'test'].include?(Rails.env)
  require 'rspec/core/rake_task'
end

TestApp::Application.load_tasks

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
paloma-4.2.1 test_app/Rakefile
paloma-4.2.0 test_app/Rakefile
paloma-4.1.2 test_app/Rakefile
paloma-4.1.1 test_app/Rakefile
paloma-4.1.0 test_app/Rakefile
paloma-4.0.0 test_app/Rakefile
paloma-3.0.2 test_app/Rakefile
paloma-3.0.1 test_app/Rakefile
paloma-3.0.0 test_app/Rakefile