Sha256: 08f2509553bd1d6da32052486af8d30dcff0a650d1c04f5395499f24c7251216

Contents?: true

Size: 234 Bytes

Versions: 34

Compression:

Stored size: 234 Bytes

Contents

require 'bundler'

Bundler::GemHelper.install_tasks

require "rspec/core/rake_task"

task "default" => "spec"

RSpec::Core::RakeTask.new do |t|
  t.pattern = 'spec/**/*_spec.rb'
  t.rspec_opts = ["--colour", "--format", "nested"]
end

Version data entries

34 entries across 34 versions & 4 rubygems

Version Path
clamp-0.6.3 Rakefile
clamp-0.6.2 Rakefile
clamp-0.6.1 Rakefile
clamp-0.6.0 Rakefile
clamp-0.5.1 Rakefile
clamp-0.5.0 Rakefile
clamp-0.4.0 Rakefile
jls-clamp-0.3.1.2 Rakefile
jls-clamp-0.3.1 Rakefile
clamp-0.3.1 Rakefile
eyeliner-0.0.6 Rakefile
eyeliner-0.0.5 Rakefile
clamp-0.3.0 Rakefile
diff_matcher-1.0.0 Rakefile
eyeliner-0.0.4 Rakefile
clamp-0.2.3 Rakefile
eyeliner-0.0.3 Rakefile
clamp-0.2.2 Rakefile
eyeliner-0.0.2 Rakefile
eyeliner-0.0.1 Rakefile