Sha256: ce239356d6f859aa8d8d19d3334b1531b78c4d13fe7453f46005315ed1df024d

Contents?: true

Size: 388 Bytes

Versions: 4

Compression:

Stored size: 388 Bytes

Contents

#!/usr/bin/env rake
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

# RSpec tasks.
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new :spec
task :default => :spec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pose-3.0.0 Rakefile
pose-2.1.0 Rakefile
pose-2.0.1 Rakefile
pose-2.0.0 Rakefile