Sha256: f9749433bb68e69f98f521fddc1cc231f8ce56e4689f63d75a1f5f1740f2e027

Contents?: true

Size: 251 Bytes

Versions: 6

Compression:

Stored size: 251 Bytes

Contents

require "bundler"
Bundler::GemHelper.install_tasks

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

RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = ["-c", "-f progress", "-Ilib"]
  t.pattern = "spec/**/*_spec.rb"
  t.verbose = true
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
asciipack-0.1.3 Rakefile
asciipack-0.1.2 Rakefile
asciipack-0.1.1 Rakefile
asciipack-0.1.0 Rakefile
asciipack-0.0.2 Rakefile
asciipack-0.0.1 Rakefile