Sha256: 78f13354c20d0c6714641fe0122477e06fb942ffb7ac8ff7aa00909ad72d3a43

Contents?: true

Size: 283 Bytes

Versions: 8

Compression:

Stored size: 283 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)
require 'rake'

ExceptionHandlerTestApp::Application.load_tasks

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rails_exception_handler-1.3.0 spec/testapp_30/Rakefile
rails_exception_handler-1.2.1 spec/testapp_30/Rakefile
rails_exception_handler-1.2.0 spec/testapp_30/Rakefile
rails_exception_handler-1.1.2 spec/testapp_30/Rakefile
rails_exception_handler-1.1.1 spec/testapp_30/Rakefile
rails_exception_handler-1.1.0 spec/testapp_30/Rakefile
rails_exception_handler-1.0.1 spec/testapp_30/Rakefile
rails_exception_handler-1.0.0 spec/testapp_30/Rakefile