Sha256: ee75f32e5ae887a111f9fb53ec34b3b8ddc3005de4d4a485177751377e8a895b

Contents?: true

Size: 555 Bytes

Versions: 3

Compression:

Stored size: 555 Bytes

Contents

require 'rubygems'
import 'docs/guides/Rakefile'

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

#Bundler.setup(ENV['RAILS_ENV'] || :default)

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

3 entries across 3 versions & 1 rubygems

Version Path
faalis-2.0.0.rc5 Rakefile
faalis-2.0.0.rc4 Rakefile
faalis-2.0.0.rc3 Rakefile