Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Bump CoffeeScript (close cucumber#154)
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 7a658f5
Author: Gabe Hayes <gabriel.hayes@gmail.com>
Date:   Fri Feb 7 00:20:03 2014 -0800

    register coffee-script at initialize for 1.7.x support

commit d9b155a
Author: Gabe Hayes <gabriel.hayes@gmail.com>
Date:   Thu Feb 6 23:45:07 2014 -0800

    bump coffee-script
  • Loading branch information
gabehayes authored and Kenn Leth Hansen committed Mar 10, 2014
1 parent 70e90a0 commit ac33f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/cucumber/cli/support_code_loader.js
@@ -1,5 +1,6 @@
var SupportCodeLoader = function(supportCodeFilePaths) {
var Cucumber = require('../../cucumber');
var CoffeeScript = require('coffee-script');

var self = {
getSupportCodeLibrary: function getSupportCodeLibrary() {
Expand All @@ -13,6 +14,7 @@ var SupportCodeLoader = function(supportCodeFilePaths) {
var secondarySupportCodeInitializer = self.getSecondarySupportCodeInitializer();
var initializer = function() {
var supportCodeHelper = this;
CoffeeScript.register();
primeSupportCodeInitializer.call(supportCodeHelper);
secondarySupportCodeInitializer.call(supportCodeHelper);
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"underscore.string" : "2.3.3",
"cucumber-html": "0.2.3",
"walkdir": "0.0.7",
"coffee-script": "1.6.3",
"coffee-script": "1.7.1",
"pogo": "0.5.1"
},
"devDependencies": {
Expand Down

0 comments on commit ac33f6e

Please sign in to comment.