Sha256: f631b517e004da96575fa0a941093d7d0d4cfdae4ab93d3aef0a4f7c2dd102a6

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

Stored size: 325 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

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

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

task :default => :spec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
openstax_exchange-0.2.1 Rakefile
openstax_exchange-0.2.0 Rakefile
openstax_exchange-0.1.0 Rakefile
openstax_exchange-0.0.2 Rakefile
openstax_exchange-0.0.1 Rakefile