Sha256: 265c6f2718a897839dd09d15137fb046af4df6d9cf9f4abb07f66cb49b2de4e8

Contents?: true

Size: 258 Bytes

Versions: 37

Compression:

Stored size: 258 Bytes

Contents

#!/usr/bin/env rake
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

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

namespace :dummy do
  load 'spec/dummyapp/Rakefile'
end

desc 'Run specs'
task :default => ['dummy:db:setup'] do
  Rake::Task[:spec].invoke
end

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
ratchetio-0.7.1 Rakefile
ratchetio-0.7.0 Rakefile
ratchetio-0.6.3 Rakefile
ratchetio-0.6.1 Rakefile
ratchetio-0.6.0 Rakefile
ratchetio-0.5.5 Rakefile
ratchetio-0.5.3 Rakefile
ratchetio-0.5.2 Rakefile
ratchetio-0.5.1 Rakefile
ratchetio-0.5.0 Rakefile
ratchetio-0.4.11 Rakefile
ratchetio-0.4.10 Rakefile
ratchetio-0.4.9 Rakefile
ratchetio-0.4.8 Rakefile
ratchetio-0.4.7 Rakefile
ratchetio-0.4.6 Rakefile
ratchetio-0.4.5 Rakefile