Sha256: 5ac019abe594e1a939712db23c5d23735e666180cd07d7ed93eb2016177ec503

Contents?: true

Size: 209 Bytes

Versions: 7

Compression:

Stored size: 209 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

task :default => [:test]

desc "GamesDice unit tests"
RSpec::Core::RakeTask.new(:test) do |t|
  t.pattern = "spec/*_spec.rb"
  t.verbose = false
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
games_dice-0.2.0 Rakefile
games_dice-0.1.3 Rakefile
games_dice-0.1.2 Rakefile
games_dice-0.1.1 Rakefile
games_dice-0.0.6 Rakefile
games_dice-0.0.5 Rakefile
games_dice-0.0.3 Rakefile