Skip to content

Commit

Permalink
Fix 'inherith' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jan 11, 2017
1 parent c41182f commit 8b6301f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/configuration_test.rb
Expand Up @@ -18,7 +18,7 @@
card_configuration.layout.must_equal(CardDeck::ApplicationLayout)
end

it 'allow views to inherith the layout' do
it 'allow views to inherit the layout' do
view_configuration = CardDeck::Views::Home::Index.configuration
view_configuration.layout.must_equal(CardDeck::ApplicationLayout)
end
Expand Down Expand Up @@ -46,7 +46,7 @@
# * layout
# * template
#
# TODO move all the inherith logic into configuration:
# TODO move all the inherit logic into configuration:
#
# Instead of HelloWorldView.subclasses, use HelloWorldView.configuration.views
#
Expand Down

0 comments on commit 8b6301f

Please sign in to comment.