Sha256: 77821d230f499b54d88a80be672c3c5dce920584c850dacd469231ce7aec0895

Contents?: true

Size: 155 Bytes

Versions: 7

Compression:

Stored size: 155 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

task :default => :spec

RSpec::Core::RakeTask.new do |t|
  t.pattern = 'spec/**/*_spec.rb'
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
creative-pp-adaptive-1.1.1 Rakefile
pp-adaptive-1.0.0 Rakefile
pp-adaptive-0.0.6 Rakefile
pp-adaptive-0.0.5 Rakefile
pp-adaptive-0.0.4 Rakefile
pp-adaptive-0.0.3 Rakefile
pp-adaptive-0.0.2 Rakefile