aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/help_controller_spec.rb
blob: 2ad167012a4b2c639874e23867132f6abb34f8f4 (plain)
1
2
3
4
5
6
7
8
9
require 'spec_helper'

describe HelpController do

  it "should render static files from app/views/help" do
    get "/"
  end

end