Sha256: e4a150f64c0987468b55ecd4e60739dad25a2d33b5feb1690aa4cede7264a551

Contents?: true

Size: 426 Bytes

Versions: 7

Compression:

Stored size: 426 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'
require 'rubocop/rake_task'

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

RuboCop::RakeTask.new
RSpec::Core::RakeTask.new(spec: 'app:db:test:prepare')

task default: %i[spec rubocop]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
maestrano-connector-rails-2.3.6 Rakefile
maestrano-connector-rails-2.3.5 Rakefile
maestrano-connector-rails-2.3.4 Rakefile
maestrano-connector-rails-2.3.3 Rakefile
maestrano-connector-rails-2.3.2 Rakefile
maestrano-connector-rails-2.3.1 Rakefile
maestrano-connector-rails-2.3.0 Rakefile