Sha256: 356b4c73421135b81cb9cd5bf5b741d1580199187a58c7dd1bd07c76a6b85597

Contents?: true

Size: 344 Bytes

Versions: 20

Compression:

Stored size: 344 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks
Bundler.require
require 'rspec/core/rake_task'

desc 'Default: run specs.'
task :default => :spec

desc "Run specs"
RSpec::Core::RakeTask.new do |t|
  t.pattern = "./spec/**/*_spec.rb" # don't need this, it's default.
  # Put spec opts in a file named .rspec in root
end

task :specs => :spec

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
imgkit-1.6.3 Rakefile
imgkit-1.6.2 Rakefile
imgkit-1.6.1 Rakefile
imgkit-1.6.0 Rakefile
imgkit-1.5.0 Rakefile
imgkit-1.4.2 Rakefile
imgkit-1.4.1 Rakefile
imgkit-1.4.0 Rakefile
imgkit-1.3.10 Rakefile
img-kit-1.3.9.1 Rakefile
imgkit-1.3.9 Rakefile
imgkit-1.3.8 Rakefile
imgkit-1.3.7 Rakefile
imgkit-1.3.6 Rakefile
imgkit-1.3.5 Rakefile
imgkit-1.3.4 Rakefile
imgkit-1.3.3 Rakefile
imgkit-1.3.2 Rakefile
imgkit-1.3.1 Rakefile
imgkit-1.3.0 Rakefile