Sha256: 3ac3c5b18cc0a69de9fed597cd4f4e5b4fe83cc1d0c50cbdc427f38da858251f

Contents?: true

Size: 201 Bytes

Versions: 26

Compression:

Stored size: 201 Bytes

Contents

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

desc "Run specs"
RSpec::Core::RakeTask.new do |t|
  t.verbose = false
  t.rspec_opts = '--color --order random'
end

task :default => :spec

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
pave-0.16.0 Rakefile
pave-0.15.0 Rakefile
pave-0.14.2 Rakefile
pave-0.14.1 Rakefile
pave-0.14.0 Rakefile
pave-0.13.0 Rakefile
pave-0.12.0 Rakefile
pave-0.11.2 Rakefile
pave-0.11.1 Rakefile
pave-0.12.0.rc3 Rakefile
pave-0.12.0.rc2 Rakefile
pave-0.12.0.rc1 Rakefile
pave-0.11.0 Rakefile
pave-0.10.1 Rakefile
pave-0.10.0 Rakefile
pave-0.9.0 Rakefile
pave-0.8.0 Rakefile
pave-0.7.1 Rakefile
pave-0.7.0 Rakefile
pave-0.6.6 Rakefile