Sha256: 7a843349f3f179eb3911cd08af7aae797fdd36e9e30e516ae1a0b559a6a0e1ba

Contents?: true

Size: 759 Bytes

Versions: 41

Compression:

Stored size: 759 Bytes

Contents

ENV['RAILS_ENV'] = 'test'

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

require 'rdoc/task'

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'Mumuki::Domain'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.md')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)

load 'rails/tasks/engine.rake'
load 'rails/tasks/statistics.rake'

require 'bundler/gem_tasks'

require 'rspec/core'
require 'rspec/core/rake_task'

desc "Run all specs in spec directory (excluding plugin specs)"
RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare')

task default: :spec





Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
mumuki-domain-9.23.0 Rakefile
mumuki-domain-9.22.1 Rakefile
mumuki-domain-9.22.0 Rakefile
mumuki-domain-9.21.0 Rakefile
mumuki-domain-9.20.0 Rakefile
mumuki-domain-9.19.0 Rakefile
mumuki-domain-9.18.0 Rakefile
mumuki-domain-9.17.0 Rakefile
mumuki-domain-9.16.0 Rakefile
mumuki-domain-9.15.0 Rakefile
mumuki-domain-9.14.1 Rakefile
mumuki-domain-9.14.0 Rakefile
mumuki-domain-9.13.1 Rakefile
mumuki-domain-9.13.0 Rakefile
mumuki-domain-9.12.0 Rakefile
mumuki-domain-9.11.0 Rakefile
mumuki-domain-9.10.0 Rakefile
mumuki-domain-9.9.0 Rakefile
mumuki-domain-9.8.1 Rakefile
mumuki-domain-9.8.0 Rakefile