Skip to content

Commit

Permalink
Made pick_template_spec ompatibale with 2.1-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 14, 2008
1 parent 3b1ae5e commit 780f45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/pick_template_spec.rb
Expand Up @@ -3,7 +3,7 @@
module PickTemplateSpec
# example setup
class TemplateOnlyController < ActionController::Base
self.view_paths << File.join(File.dirname(__FILE__), '../fixtures/views')
self.view_paths = [File.join(File.dirname(__FILE__), '../fixtures/views')]
end

class RespondToTypesController < TemplateOnlyController
Expand Down

0 comments on commit 780f45b

Please sign in to comment.