Skip to content

Commit

Permalink
object/try should be required after abstract_unit to have AS in the l…
Browse files Browse the repository at this point in the history
…oad path
  • Loading branch information
spastorino committed Aug 14, 2010
1 parent b7e7e56 commit ad42729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/controller/resources_test.rb
@@ -1,5 +1,5 @@
require 'active_support/core_ext/object/try'
require 'abstract_unit'
require 'active_support/core_ext/object/try'

class ResourcesController < ActionController::Base
def index() render :nothing => true end
Expand Down

0 comments on commit ad42729

Please sign in to comment.