Sha256: 3dea0b9ee405e4d8246ed29a23b7e82d3b2aea669f948d1cd4b481a446e3ed9c

Contents?: true

Size: 199 Bytes

Versions: 8

Compression:

Stored size: 199 Bytes

Contents

require "bundler/gem_tasks"

require "rspec/core/rake_task"

desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = %w(--color)
  t.verbose = false
end

task :default => :spec

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
dotgpg-rails-0.2.1 Rakefile
dotgpg-rails-0.2.0 Rakefile
dotgpg-environment-0.2.1 Rakefile
dotgpg-environment-0.2.0 Rakefile
dotgpg-rails-0.1.1 Rakefile
dotgpg-rails-0.1.0 Rakefile
dotgpg-environment-0.1.1 Rakefile
dotgpg-environment-0.1.0 Rakefile