Skip to content

Commit

Permalink
Move spec views into a better named location
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Feb 9, 2009
1 parent e534208 commit 5c7d637
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/app.rb
@@ -1,5 +1,5 @@
class InheritViewsTestController < ActionController::Base
self.view_paths = [File.dirname(__FILE__) + '/fixtures/views']
self.view_paths = [File.join(File.dirname(__FILE__), 'views_for_specs')]
end

# :a controller is a normal controller with inherit_views
Expand All @@ -8,7 +8,7 @@ class AController < InheritViewsTestController
inherit_views

def render_non_existent_template
render :action => 'non_exitsent'
render :action => 'non_existent'
end
end

Expand Down
Binary file added spec/views_for_specs/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5c7d637

Please sign in to comment.