Skip to content

Commit

Permalink
test(init): remove obsolete unit test after 3113919
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed May 6, 2013
1 parent 6528279 commit bd9ad93
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions test/unit/init.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -247,18 +247,3 @@ describe 'init', ->

replacements = m.getReplacementsFromAnswers answers {autoWatch: false}
expect(replacements.AUTO_WATCH).to.equal 'false'


it 'should set PLUGINS', ->
replacements = m.getReplacementsFromAnswers answers {
browsers: ['Chrome', 'Firefox', 'ChromeCanary']
framework: 'jasmine'
requirejs: true
}

# ignore chrome canary
expect(replacements.PLUGINS).to.equal "" +
"'karma-jasmine',\n " +
"'karma-requirejs',\n " +
"'karma-chrome-launcher',\n " +
"'karma-firefox-launcher'"

0 comments on commit bd9ad93

Please sign in to comment.