Sha256: 14ba07177136ae20289ee107ca35e10e5efb2de56818e85791c648e8b4385995
Contents?: true
Size: 438 Bytes
Versions: 15
Compression:
Stored size: 438 Bytes
Contents
begin require "bundler/setup" rescue LoadError puts "You must `gem install bundler` and `bundle install` to run rake tasks" end require "bundler/gem_tasks" require File.expand_path("../spec/dummy/config/application", __FILE__) Rails.application.load_tasks ## # Configure the test suite. ## require "rspec/core" require "rspec/core/rake_task" RSpec::Core::RakeTask.new ## # By default, just run the tests. ## task default: :spec
Version data entries
15 entries across 15 versions & 2 rubygems