Sha256: 85e49b489fb3f9d67364e512eb218e92e748e40e8170f0260a3425acfc9a1ef4

Contents?: true

Size: 417 Bytes

Versions: 5

Compression:

Stored size: 417 Bytes

Contents

# encoding: UTF-8
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

# Load dummy app tasks
if ENV['DUMMY']
  APP_RAKEFILE = File.expand_path('../spec/dummy/Rakefile', __FILE__)
  load 'rails/tasks/engine.rake'
end

Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task default: :spec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rails_email_preview-0.2.21 Rakefile
rails_email_preview-0.2.20 Rakefile
rails_email_preview-0.2.19 Rakefile
rails_email_preview-0.2.18 Rakefile
rails_email_preview-0.2.17 Rakefile