Sha256: 462011afa3a3d1d8e1cdecbac1a5702374d2d1381b3597cdd9196511223f8aa1
Contents?: true
Size: 244 Bytes
Versions: 5
Compression:
Stored size: 244 Bytes
Contents
# encoding: utf-8 require 'rake' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = 'spec/**/*_spec.rb' spec.rspec_opts = ['--backtrace'] end task :default => :spec Bundler::GemHelper.install_tasks
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
zaarly-swearjar-0.2.2 | Rakefile |
zaarly-swearjar-0.2.1 | Rakefile |
zaarly-swearjar-0.1.2 | Rakefile |
zaarly-swearjar-0.1.1 | Rakefile |
zaarly-swearjar-0.1.0 | Rakefile |