Sha256: 57075011a54e1929c5e584a7d809188def2bcbd2fefe862b3646bf66fd1f2f4d

Contents?: true

Size: 354 Bytes

Versions: 1

Compression:

Stored size: 354 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/rake_task'

RSpec::Core::RakeTask.new('spec')

task default: :spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_interval-0.0.4 Rakefile