Sha256: 78a66efe232095a38de90bf4e62dcdad2a0b896639dfecc998fd4db6a79c9e61

Contents?: true

Size: 207 Bytes

Versions: 19

Compression:

Stored size: 207 Bytes

Contents

require "bundler/gem_tasks"

require 'rspec/core/rake_task'
namespace :ci do
  desc "Run tests on CI"
  RSpec::Core::RakeTask.new('all') do |t|
    t.rspec_opts = '-fprogress'
    t.verbose = true
  end
end

Version data entries

19 entries across 19 versions & 6 rubygems

Version Path
undo-wrapper-0.0.1 Rakefile
undo-storage-redis-0.1.0 Rakefile
undo-storage-rails_cache-0.1.0 Rakefile
undo-serializer-primitive-0.1.0 Rakefile
undo-1.0.0 Rakefile
undo-serializer-primitive-0.0.2 Rakefile
undo-serializer-primitive-0.0.1 Rakefile
undo-0.1.1 Rakefile
undo-0.1.0 Rakefile
undo-serializer-active_model-0.0.2 Rakefile
undo-storage-redis-0.0.4 Rakefile
undo-storage-rails_cache-0.0.1 Rakefile
undo-0.0.3 Rakefile
undo-storage-redis-0.0.3 Rakefile
undo-serializer-active_model-0.0.1 Rakefile
undo-0.0.2 Rakefile
undo-storage-redis-0.0.2 Rakefile
undo-storage-redis-0.0.1 Rakefile
undo-0.0.1 Rakefile