Sha256: c1491b1784ae0ff95d3a75ccc213c0bc26962708f47f1912340fd0007648d1cd
Contents?: true
Size: 194 Bytes
Versions: 7
Compression:
Stored size: 194 Bytes
Contents
require "bundler" require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:test) do |t| t.pattern = "spec/*_spec.rb" t.verbose = false end task default: :test
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
goodreads-0.9.0 | Rakefile |
goodreads-0.8.0 | Rakefile |
goodreads-0.7.0 | Rakefile |
goodreads-0.6.2 | Rakefile |
goodreads-0.6.1 | Rakefile |
goodreads-0.6.0 | Rakefile |
goodreads-0.5.0 | Rakefile |