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

Version Path
administrate-field-nested_has_many-2.1.0 Rakefile
administrate-field-nested_has_many-2.0.0 Rakefile
viniBaxter-spa-nested_has_many-300.0.6 Rakefile
viniBaxter-spa-nested_has_many-300.0.5 Rakefile
viniBaxter-spa-nested_has_many-300.0.4 Rakefile
viniBaxter-spa-nested_has_many-300.0.2 Rakefile
viniBaxter-spa-nested_has_many-300.0.1 Rakefile
viniBaxter-spa-nested_has_many-5.4.0 Rakefile
viniBaxter-spa-nested_has_many-5.0.1 Rakefile
viniBaxter-spa-nested_has_many-5.0.0 Rakefile
administrate-field-nested_has_many-1.3.0 Rakefile
viniBaxter-spa-nested_has_many-4.0.0 Rakefile
viniBaxter-spa-nested_has_many-3.0.0 Rakefile
viniBaxter-spa-nested_has_many-2.0.0 Rakefile
administrate-field-nested_has_many-1.2.0 Rakefile