Sha256: ac0b7efaf7d48387ee6a0fc780096aa897ebcb5041b37d8d0d747bcb62179c38

Contents?: true

Size: 213 Bytes

Versions: 54

Compression:

Stored size: 213 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
  t.verbose = false
end

desc 'Run specs'
task :default => :spec

Version data entries

54 entries across 54 versions & 2 rubygems

Version Path
elasticity-6.0.14 Rakefile
elasticity-6.0.13 Rakefile
elasticity-6.0.12 Rakefile
elasticity-6.0.11 Rakefile
elasticity-6.0.10 Rakefile
elasticity-6.0.9 Rakefile
elasticity-6.0.8 Rakefile
elasticity-6.0.7 Rakefile
elasticity-6.0.6 Rakefile
flare-up-0.10 Rakefile
elasticity-6.0.5 Rakefile
elasticity-6.0.4 Rakefile
elasticity-6.0.3 Rakefile
elasticity-6.0.2 Rakefile
elasticity-6.0.1 Rakefile
elasticity-6.0 Rakefile
elasticity-5.0.3 Rakefile
elasticity-5.0.2 Rakefile
elasticity-5.0.1 Rakefile
elasticity-4.0.5 Rakefile