Sha256: 442bbeb9b5081f176b7365431cc959fa19dfaece37197d625eda2aa44a1ea8ce

Contents?: true

Size: 447 Bytes

Versions: 6

Compression:

Stored size: 447 Bytes

Contents

# frozen_string_literal: true

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"

APP_RAKEFILE = File.expand_path("spec/sample/Rakefile", __dir__)
load "rails/tasks/engine.rake"
load "rails/tasks/statistics.rake"

RSpec::Core::RakeTask.new(:spec)

require "standard/rake"

task default: %i[spec standard]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
matey-0.2.0 Rakefile
matey-0.1.6 Rakefile
matey-0.1.5 Rakefile
matey-0.1.4 Rakefile
matey-0.1.3 Rakefile
matey-0.1.1 Rakefile