Skip to content

Commit

Permalink
Update a path in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomykaira committed Sep 24, 2012
1 parent 9b3e2c8 commit a242f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/template_spec.rb
Expand Up @@ -10,7 +10,7 @@ def config_file

it 'renders haml template with default haml layout' do
with_api(Template, api_options) do
get_request(:path => '/root') do |c|
get_request(:path => '/') do |c|
c.response.should =~ %r{<li><a href="/joke">Tell me a joke</a></li>}
end
end
Expand Down

0 comments on commit a242f60

Please sign in to comment.