diff --git a/test/SpecRunner.html b/test/SpecRunner.html index ad89373..e9797fd 100644 --- a/test/SpecRunner.html +++ b/test/SpecRunner.html @@ -7,97 +7,59 @@ - - - - - - - - - - - + - + - - -
diff --git a/test/spec/MainSpec.js b/test/spec/MainSpec.js index bf372ca..fecec1a 100644 --- a/test/spec/MainSpec.js +++ b/test/spec/MainSpec.js @@ -1,4 +1,4 @@ -define(['jasmine-boot', 'model/proposal-app'],function(jasmine, ProposalApp){ +define(['jasmine-boot', 'proposal_app'],function(jasmine, ProposalApp){ describe("Limit proposal voting to one per browser", function(){ it("Should register a proposal id", function(){ @@ -12,5 +12,4 @@ define(['jasmine-boot', 'model/proposal-app'],function(jasmine, ProposalApp){ }); - }); -- libgit2 0.21.2