Sha256: 7fdbed2090644834f089e5c0521ffb16f7cb6dbeb818b1f8350a31a50ceff5b4

Contents?: true

Size: 466 Bytes

Versions: 37

Compression:

Stored size: 466 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'

Bundler::GemHelper.install_tasks

require 'rspec/core'
require 'rspec/core/rake_task'

desc "Run all specs in spec directory (excluding plugin specs)"
RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare')

task :default => :spec

Version data entries

37 entries across 37 versions & 3 rubygems

Version Path
signinable-2.0.11 Rakefile
signinable-2.0.10 Rakefile
signinable-2.0.9 Rakefile
signinable-2.0.8 Rakefile
signinable-2.0.7 Rakefile
signinable-2.0.6 Rakefile
signinable-2.0.4 Rakefile
signinable-2.0.3 Rakefile
signinable-2.0.2 Rakefile
carnival-0.3.2 Rakefile
carnival-0.3.1 Rakefile
carnival-0.3.0 Rakefile
carnival-0.2.8 Rakefile
carnival-0.2.7 Rakefile
carnival-0.2.6 Rakefile
carnival-0.2.5 Rakefile
carnival-0.2.4 Rakefile
carnival-0.2.3 Rakefile
carnival-0.1.10 Rakefile
carnival-0.2.2 Rakefile