Sha256: 76d1d0f9899d40fe1214702d8fe76f9cbc69ccc94d82f1116eba065c81c1c518

Contents?: true

Size: 307 Bytes

Versions: 22

Compression:

Stored size: 307 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks
Bundler.setup

require 'rspec/core/rake_task'

desc "Run specs"
RSpec::Core::RakeTask.new do |t|
  # t.rspec_opts = %w(--colour --fail-fast --format nested)
  t.rspec_opts = %w(--colour  --format nested)
  t.ruby_opts  = %w(-w)
end

task :default => :spec

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
blazing-passenger-0.2.4 Rakefile
blazing-rails-0.1.4 Rakefile
blazing-passenger-0.2.3 Rakefile
blazing-rails-0.1.3 Rakefile
blazing-rails-0.1.2 Rakefile
blazing-passenger-0.2.2 Rakefile
blazing-rails-0.1.1 Rakefile
blazing-passenger-0.2.1 Rakefile
blazing-passenger-0.2.0 Rakefile
blazing-rails-0.1.0 Rakefile
blazing-rails-0.0.2 Rakefile
blazing-rails-0.0.1 Rakefile
blazing-passenger-0.1.0 Rakefile
blazing-passenger-0.0.3 Rakefile
blazing-0.0.16 Rakefile
blazing-passenger-0.0.2 Rakefile
blazing-0.0.15 Rakefile
blazing-passenger-0.0.1 Rakefile
blazing-0.0.14 Rakefile
blazing-0.0.13 Rakefile