Sha256: 6498a767f38a8b2408c4b7ce6cb8308828aa8edf6a7b5e504a2c852b14302ecd

Contents?: true

Size: 462 Bytes

Versions: 11

Compression:

Stored size: 462 Bytes

Contents

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

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'

require 'bundler/gem_tasks'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |task|
  task.rspec_opts = ['--color', '--format', 'doc']
end

task test: :spec
task default: :spec

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
draw_erd-0.4.0 Rakefile
draw_erd-0.3.0 Rakefile
draw_erd-0.2.0 Rakefile
draw_smd-0.1.2 Rakefile
draw_erd-0.1.2 Rakefile
draw_smd-0.1.1 Rakefile
draw_smd-0.1.0 Rakefile
draw_smd-0.0.1 Rakefile
draw_erd-0.1.1 Rakefile
draw_erd-0.1.0 Rakefile
draw_erd-0.0.1 Rakefile