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

Commit

Permalink
small fixes. Version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rianby64 committed Jan 11, 2016
1 parent ba0ad47 commit 98b9f73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"homepage": "https://github.com/rianby64/apolog#readme",
"name": "apolog",
"version": "0.0.4b",
"version": "0.0.4c",
"description": "A simple interface to apply features described in Gherkins to any test framework (BDD)",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion spec/overdefinition_1.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
// the next test are being performed by using the features from Apolog
describe("Feature defined", function() {
describe("Feature overdefined", function() {
var errors;
loadFeature('./spec/features/overdefined.feature');

Expand Down
2 changes: 1 addition & 1 deletion spec/overdefinition_2.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
// the next test are being performed by using the features from Apolog
describe("Feature defined", function() {
describe("Scenario overdefined", function() {
var errors;
loadFeature('./spec/features/overdefined.feature');

Expand Down
2 changes: 1 addition & 1 deletion spec/overdefinition_3.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
// the next test are being performed by using the features from Apolog
describe("Feature defined", function() {
describe("Step overdefined", function() {
var errors;
loadFeature('./spec/features/overdefined.feature');

Expand Down

0 comments on commit 98b9f73

Please sign in to comment.