Sha256: 87f0df11836bf6673d6858f3f5c01c78121d3dbd8a868e7ca17f0910941fbbaa

Contents?: true

Size: 840 Bytes

Versions: 8

Compression:

Stored size: 840 Bytes

Contents

require 'rubygems'
require 'test/unit'

require 'action_controller'
require 'action_mailer'
require 'active_record'
require 'rails'

require 'fbgraph_rails'
require 'fbgraph_rails/controller'
require 'sqlite3'

require 'mocha/setup'

require 'authpwn_rails'

require 'helpers/view_helpers.rb'
# NOTE: application_controller and action_mailer have to follow view_helpers
require 'helpers/action_controller.rb'
require 'helpers/application_controller.rb'
require 'helpers/action_mailer.rb'
require 'helpers/autoload_path.rb'
require 'helpers/db_setup.rb'
require 'helpers/fbgraph.rb'
require 'helpers/rails.rb'
require 'helpers/routes.rb'

# Simulate Rails' initializer loading.
require 'authpwn_rails/generators/templates/initializer.rb'

# Rails stubbing is only needed by the initializer, and breaks tests.
require 'helpers/rails_undo.rb'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
authpwn_rails-0.15.3 test/test_helper.rb
authpwn_rails-0.15.2 test/test_helper.rb
authpwn_rails-0.15.1 test/test_helper.rb
authpwn_rails-0.15.0 test/test_helper.rb
authpwn_rails-0.14.3 test/test_helper.rb
authpwn_rails-0.14.2 test/test_helper.rb
authpwn_rails-0.14.1 test/test_helper.rb
authpwn_rails-0.14.0 test/test_helper.rb