Sha256: 19925d1a14863e1f3fcf4283b5181940083e667d4f3eaf25e4e1eee59f692584

Contents?: true

Size: 338 Bytes

Versions: 3

Compression:

Stored size: 338 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

RUBY_ENGINE = 'ruby' unless defined? RUBY_ENGINE

desc "Run the specs on the given mirror api. Defaults to 'ruby'"
task :spec, :impl do |task, args|
  args.with_defaults :impl => RUBY_ENGINE
  sh "mspec -t #{args.impl} spec/*_spec.rb"
end

task :test    => :spec
task :default => :spec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubymirrors-0.0.3 Rakefile
rubymirrors-0.0.2 Rakefile
rubymirrors-0.0.1 Rakefile