Sha256: 6d762da75784a64418e11569f33aa1d8b741a9f4e22812ca9c79402f431abb2d

Contents?: true

Size: 449 Bytes

Versions: 5

Compression:

Stored size: 449 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'bundler/gem_tasks'
require 'appraisal'

APP_RAKEFILE = File.expand_path('../spec/dummy/Rakefile', __FILE__)
load 'rails/tasks/engine.rake'
require 'rspec/core/rake_task'

namespace :dummy do
  require_relative "spec/dummy/config/application"
  Dummy::Application.load_tasks
end

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

desc 'Run all specs in spec directory (excluding plugin specs)'
task default: :spec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
authenticate-0.7.2 Rakefile
authenticate-0.7.1 Rakefile
authenticate-0.7.0 Rakefile
authenticate-0.6.1 Rakefile
authenticate-0.6.0 Rakefile