Skip to content

Commit

Permalink
simplified require for decl_auth test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
stffn committed Dec 27, 2009
1 parent 2e4db6b commit 422ba52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'test_help'
# For declarative_authorization test helpers
require File.expand_path(File.dirname(__FILE__) +
"/../vendor/plugins/declarative_authorization/lib/declarative_authorization/maintenance")
require "declarative_authorization/maintenance"

class ActiveSupport::TestCase
# We need to include the declarative_authorization helpers
Expand Down

0 comments on commit 422ba52

Please sign in to comment.