Sha256: 4abf19b28b213b32ccc5ad4cb5da9e8e8c4f4c183b5b664e1520f921268e9083

Contents?: true

Size: 544 Bytes

Versions: 16

Compression:

Stored size: 544 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

Dir[File.join(File.dirname(__FILE__), 'tasks/**/*.rake')].each {|f| load f }

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

16 entries across 16 versions & 4 rubygems

Version Path
sample_filter-0.1.7 Rakefile
sample_filter-0.1.6 Rakefile
sample_filter-0.1.5 Rakefile
sample_filter-0.1.4 Rakefile
sample_filter-0.1.3 Rakefile
sample_filter-0.1.2 Rakefile
sample_filter-0.1.1 Rakefile
sample_filter-0.1.0 Rakefile
hatchy-0.0.8.pre Rakefile
hatchy-0.0.7.pre Rakefile
hatchy-0.0.6.pre Rakefile
hatchy-0.0.5.pre Rakefile
devise-remote-user-0.3.0 Rakefile
maven_logger-0.0.4 Rakefile
maven_logger-0.0.1.alpha Rakefile
devise-remote-user-0.2.0 Rakefile