Skip to content

Commit

Permalink
Add "How to" page
Browse files Browse the repository at this point in the history
See #83
  • Loading branch information
potomak committed May 15, 2013
1 parent 0f6de1b commit c4775a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/pages/how_to.html.erb
@@ -0,0 +1 @@
<h1>How to</h1>
13 changes: 13 additions & 0 deletions test/functional/pages_controller_test.rb
@@ -0,0 +1,13 @@
require 'test_helper'

class PagesControllerTest < ActionController::TestCase
def setup
@controller = HighVoltage::PagesController.new
end

test "should get how_to" do
get :show, :id => 'how_to'
assert_response :success
assert_template :how_to
end
end

0 comments on commit c4775a3

Please sign in to comment.