Sha256: ea2be743579a9237542de50cdf9dee5e284a7d007688e8e9cc081db9dcda5e8b

Contents?: true

Size: 170 Bytes

Versions: 17

Compression:

Stored size: 170 Bytes

Contents

require 'spec/rake/spectask'

desc "Run the specs"
Spec::Rake::SpecTask.new(:spec) do |t|
  t.spec_files = FileList['spec/**/*_spec.rb']
  t.spec_opts  = ["--colour"]
end

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
pickle-0.4.4 Rakefile.d/rspec.rake
judit-pickle-0.4.2 Rakefile.d/rspec.rake
pickle-0.4.3 Rakefile.d/rspec.rake
pickle-has_many_support-0.4.2 Rakefile.d/rspec.rake
pickle-0.4.2 Rakefile.d/rspec.rake
pickle-0.4.1 Rakefile.d/rspec.rake
pickle-0.4.0 Rakefile.d/rspec.rake
pickle-0.3.5 Rakefile.d/rspec.rake
pickle-0.3.4 Rakefile.d/rspec.rake
pickle-0.3.3 Rakefile.d/rspec.rake
pickle-0.3.2 Rakefile.d/rspec.rake
pickle-0.3.1 Rakefile.d/rspec.rake
pickle-has_many_support-0.3.1 Rakefile.d/rspec.rake
pickle-0.3.0 Rakefile.d/rspec.rake
pickle-0.2.12 Rakefile.d/rspec.rake
pickle-0.2.11 Rakefile.d/rspec.rake
pickle-0.2.10 Rakefile.d/rspec.rake