Skip to content

Commit

Permalink
Renamed test
Browse files Browse the repository at this point in the history
Signed-off-by: Niels van Hoorn <nvh@nvh.io>
  • Loading branch information
nvh committed Sep 28, 2016
1 parent 2b07047 commit 3bf7734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/tests/BaseClassTest.coffee
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ describe "BaseClass", ->


instance.testPropA.should.equal "a" instance.testPropA.should.equal "a"
instance.testPropB.should.equal "value" instance.testPropB.should.equal "value"
it "should not share properties in subclasses", ->
it "should have defined properties set in sibling subclasses", ->


class LalaLayer extends Framer.BaseClass class LalaLayer extends Framer.BaseClass
@define "blabla", @define "blabla",
Expand Down

0 comments on commit 3bf7734

Please sign in to comment.