Skip to content

Commit

Permalink
Put home_spec file back, accidently deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Jan 4, 2017
1 parent 8c7a6d4 commit dbd30b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/routing/home_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require 'rails_helper'

RSpec.describe 'Home routing', type: :routing do
describe 'home page' do
it 'routes appropriately' do
expect(get: '/').to route_to(
controller: 'home',
action: 'index'
)
end
end
end

0 comments on commit dbd30b9

Please sign in to comment.