Sha256: 5a81deb85c03719ca9065190113a84a58ad75b72b60d2dd5c126c521ac72f6df

Contents?: true

Size: 173 Bytes

Versions: 6

Compression:

Stored size: 173 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = "--color"
end

task :default => [:spec]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
httparrot-0.0.6 Rakefile
httparrot-0.0.5 Rakefile
httparrot-0.0.4 Rakefile
httparrot-0.0.3 Rakefile
httparrot-0.0.2 Rakefile
httparrot-0.0.1 Rakefile