Sha256: 23b1dd895361eccb5d3269d0386b56216a0933ddbaea5c6d0190e6d77e45d858

Contents?: true

Size: 221 Bytes

Versions: 16

Compression:

Stored size: 221 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

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

namespace :spec do
  task :prepare do
    sh %(cd spec/test_app; bundle exec rails db:setup)
  end
end

task :default => :spec

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
hyper-operation-1.0.alpha1.8 Rakefile
hyper-operation-1.0.alpha1.7 Rakefile
hyper-operation-1.0.alpha1.6 Rakefile
hyper-operation-1.0.alpha1.5 Rakefile
hyper-operation-1.0.alpha1.4 Rakefile
hyper-operation-0.99.6 Rakefile
hyper-operation-1.0.alpha1.3 Rakefile
hyper-operation-0.99.5 Rakefile
hyper-operation-0.99.4 Rakefile
hyper-operation-1.0.alpha1.2 Rakefile
hyper-operation-1.0.alpha1.1 Rakefile
hyper-operation-1.0.alpha1 Rakefile
hyper-operation-0.99.3 Rakefile
hyper-operation-0.99.2 Rakefile
hyper-operation-0.99.1 Rakefile
hyper-operation-0.99.0 Rakefile