Sha256: c0c46f9907fd622b30cb5ad08b6c623bf5c964e26fe73caf6e7675ec0b7d91bc

Contents?: true

Size: 447 Bytes

Versions: 2

Compression:

Stored size: 447 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)

load 'tasks/i18n-tasks.rake'

task default: :spec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_email_preview-0.2.16 Rakefile
rails_email_preview-0.2.15 Rakefile