Sha256: a45021e213b9201d36171414f70be8a39306925df166ec67605ff6247efe7d74

Contents?: true

Size: 263 Bytes

Versions: 12

Compression:

Stored size: 263 Bytes

Contents

require 'rake'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = Dir.glob('spec/**/*_spec.rb')
  t.rspec_opts = '--format documentation'
  # t.rspec_opts << ' more options'
  #t.rcov = true
end
task :default => :spec

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gamefic-2.4.0 Rakefile
gamefic-2.3.0 Rakefile
gamefic-2.2.3 Rakefile
gamefic-2.2.2 Rakefile
gamefic-2.2.1 Rakefile
gamefic-2.2.0 Rakefile
gamefic-2.1.1 Rakefile
gamefic-2.1.0 Rakefile
gamefic-2.0.3 Rakefile
gamefic-2.0.2 Rakefile
gamefic-2.0.1 Rakefile
gamefic-2.0.0 Rakefile