Sha256: 7971a50bae29b05402a0b97f0d22eec9f35e9b6a45910a54cee6c7a13b5a5d86

Contents?: true

Size: 408 Bytes

Versions: 19

Compression:

Stored size: 408 Bytes

Contents

require "bundler/gem_tasks"

APP_RAKEFILE = File.expand_path("../spec/rails_app/Rakefile", __FILE__)
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

19 entries across 19 versions & 3 rubygems

Version Path
devise_xfactor_authentication-2.2.23 Rakefile
devise_xfactor_authentication-2.2.22 Rakefile
devise_xfactor_authentication-2.2.21 Rakefile
devise_xfactor_authentication-2.2.20 Rakefile
devise_xfactor_authentication-2.2.19 Rakefile
devise_xfactor_authentication-2.2.18 Rakefile
two_factor_authentication-2.2.0 Rakefile
two_factor_authentication-2.1.1 Rakefile
two_factor_authentication-2.1.0 Rakefile
two_factor_authentication-2.0.1 Rakefile
two_factor_authentication-2.0.0 Rakefile
devise_instant2fa-1.0.2 Rakefile
devise_instant2fa-1.0.1 Rakefile
devise_instant2fa-1.0.0 Rakefile
two_factor_authentication-1.1.5 Rakefile
two_factor_authentication-1.1.4 Rakefile
two_factor_authentication-1.1.3 Rakefile
two_factor_authentication-1.1.1 Rakefile
two_factor_authentication-1.1 Rakefile