Sha256: 3ff2213493babb69f68d3960f8f64037f214e87f779cb9a3e6c648e320a13e27

Contents?: true

Size: 163 Bytes

Versions: 5

Compression:

Stored size: 163 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec) do |task|
  task.rspec_opts = ['--color']
end

task :default => :spec

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
htcht-0.1.6 Rakefile
htcht-0.1.3 Rakefile
htcht-0.1.1 Rakefile
htcht-0.1.0 Rakefile
nifipi-0.0.1 Rakefile