Sha256: 61add2e1d3026112ab7a6fba84a26c577a123af49fce7dda98660ffd84c6f6de

Contents?: true

Size: 178 Bytes

Versions: 21

Compression:

Stored size: 178 Bytes

Contents

require "bundler/gem_tasks"

require 'rspec/core/rake_task'

desc "Run spec tests"
RSpec::Core::RakeTask.new(:test) do |t|
  t.rspec_opts = ['--color']
  t.pattern = 'spec/'
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
scooter-4.5.4 Rakefile
scooter-4.5.3 Rakefile
scooter-4.5.2 Rakefile
scooter-4.5.1 Rakefile
scooter-4.5.0 Rakefile
scooter-4.4.0 Rakefile
scooter-4.3.2 Rakefile
scooter-4.3.1 Rakefile
scooter-4.3.0 Rakefile
scooter-4.2.9 Rakefile
scooter-4.2.8 Rakefile
scooter-4.2.7 Rakefile
scooter-4.2.6 Rakefile
scooter-4.2.5 Rakefile
scooter-4.2.4 Rakefile
scooter-4.2.3 Rakefile
scooter-4.2.2 Rakefile
scooter-4.2.1 Rakefile
scooter-4.2.0 Rakefile
scooter-3.2.19 Rakefile