Sha256: af8ac88333957f014eeff24186182918c4451496795e8dfaf28390b248ba1678

Contents?: true

Size: 284 Bytes

Versions: 134

Compression:

Stored size: 284 Bytes

Contents

require "bundler/gem_tasks"

desc 'Default: run specs.'
task :default => :spec

require 'rspec/core/rake_task'

desc "Run specs"
RSpec::Core::RakeTask.new do |t|
  t.pattern = "./spec/**/*_spec.rb" # don't need this, it's default.
  # Put spec opts in a file named .rspec in root
end

Version data entries

134 entries across 134 versions & 17 rubygems

Version Path
quicktravel_client-4.7.0 Rakefile
active_setting-0.3.0 Rakefile
input_reader-0.4.0 Rakefile
quicktravel_client-4.6.0 Rakefile
table_creator-0.4.0 Rakefile
money_extensions-1.5.0 Rakefile
activerecord_null_object-0.8.0 Rakefile
rails_core_extensions-0.15.0 Rakefile
rails_core_extensions-0.14.0 Rakefile
background_worker-0.9.0 Rakefile
background_worker-0.8.1 Rakefile
background_worker-0.7.0 Rakefile
background_worker-0.6.0 Rakefile
money_extensions-1.4.0 Rakefile
rails_core_extensions-0.13.2 Rakefile
rails_core_extensions-0.13.1 Rakefile
activerecord_null_object-0.7.0 Rakefile
rails_core_extensions-0.13.0 Rakefile
money_extensions-1.3.0 Rakefile
input_reader-0.3.0 Rakefile