Sha256: 9cb8200c12a7b6da3e850a849d54dbd943f1b6646b7e95577a52d366054dc0a3

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'

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

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

# To test against a specific version of Rails
# export RAILS_VERSION=3.2.0; bundle update; rake

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise_two_factor_authentication-3.0.0 Rakefile