Sha256: a097e177d4a3f4c46802ead298bddda718557c0b069f8d2087816568c702f136

Contents?: true

Size: 487 Bytes

Versions: 19

Compression:

Stored size: 487 Bytes

Contents

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

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

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

load 'rails/tasks/statistics.rake'

require 'bundler/gem_tasks'

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
gorynich-1.3.6.289376 Rakefile
gorynich-1.3.5.288811 Rakefile
gorynich-1.3.4.273062 Rakefile
gorynich-1.3.3.231946 Rakefile
gorynich-1.3.2.231715 Rakefile
gorynich-1.3.1.213701 Rakefile
gorynich-1.3.0.213297 Rakefile
gorynich-1.2.3.198656 Rakefile
gorynich-1.2.2.198643 Rakefile
gorynich-1.2.1.184916 Rakefile
gorynich-1.2.0.180668 Rakefile
gorynich-1.1.1.148381 Rakefile
gorynich-1.1.0.142168 Rakefile
gorynich-1.1.0.142154 Rakefile
gorynich-1.1.0.142147 Rakefile
gorynich-1.1.0.142142 Rakefile
gorynich-1.1.0.142139 Rakefile
gorynich-1.1.0.142136 Rakefile
gorynich-1.1.0.142046 Rakefile