Skip to content

Commit

Permalink
Merge pull request #116 from parndt/patch-3
Browse files Browse the repository at this point in the history
Fix 'inherith' typo
  • Loading branch information
cllns committed Jan 11, 2017
2 parents c41182f + 8b6301f commit 98bb06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/configuration_test.rb
Original file line number Diff line number Diff line change
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 98bb06e

Please sign in to comment.