Sha256: 0af43fd2cd6b0247dd4fccfa0d53102a6e7a5df5cdc5076420704584143a1372

Contents?: true

Size: 247 Bytes

Versions: 49

Compression:

Stored size: 247 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = 'spec/**/*_spec.rb'
  spec.rspec_opts = ['--backtrace']
  # spec.ruby_opts = ['-w']
end

task :default => :spec

Version data entries

49 entries across 49 versions & 10 rubygems

Version Path
forecast_io-2.0.2 Rakefile
leaderboard-3.12.1 Rakefile
leaderboard-3.12.0 Rakefile
forecast_io-2.0.1 Rakefile
leaderboard-3.11.0 Rakefile
leaderboard-3.10.0 Rakefile
leaderboard-3.9.0 Rakefile
leaderboard-3.8.0 Rakefile
toolbelt-0.0.2 Rakefile
mongoid_toggleable-0.1.0 Rakefile
toolbelt-0.0.1 Rakefile
toolbelt-0.0.1.pre Rakefile
aws_signer-0.1.0 Rakefile
leaderboard-3.7.0 Rakefile
sidekiq-reset_statistics-1.1.0 Rakefile
sidekiq-reset_statistics-1.0.0 Rakefile
forecast_io-2.0.0 Rakefile
forecast_io-1.2.0 Rakefile
forecast_io-1.1.0 Rakefile
forecast_io-1.0.0 Rakefile