Sha256: 6336aaf619b8c99ed10dac9a6fa2921b0547f3cd6eebc7030932da26b1ee5b24

Contents?: true

Size: 250 Bytes

Versions: 27

Compression:

Stored size: 250 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

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

begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec) { |r| r.verbose = false }
rescue LoadError
  puts '==> no rspec available'
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
mini_autobot-1.1.7 Rakefile
mini_autobot-1.1.6 Rakefile
mini_autobot-1.1.5 Rakefile
mini_autobot-1.1.4 Rakefile
mini_autobot-1.1.3 Rakefile
mini_autobot-1.1.2 Rakefile
mini_autobot-1.1.1 Rakefile
mini_autobot-1.1.0 Rakefile
mini_autobot-1.0.0 Rakefile
mini_autobot-0.8.0 Rakefile
mini_autobot-0.7.0 Rakefile
mini_autobot-0.6.0 Rakefile
mini_autobot-0.5.0 Rakefile
mini_autobot-0.4.0 Rakefile
mini_autobot-0.3.0 Rakefile
mini_autobot-0.2.2 Rakefile
mini_autobot-0.2.1 Rakefile
mini_autobot-0.2.0 Rakefile
mini_autobot-0.1.1 Rakefile
mini_autobot-0.1.0 Rakefile