File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 12
12
- fixes a bug with the build order ember-cli-yadda needs to go __ before__ babel
13
13
- fixes a bug with top level features the path to the root steps in the
14
14
accompanying steps file was wrong.
15
+
16
+ ### Version 0.1.0
17
+
18
+ - fix context in mocha https://github.com/curit/ember-cli-yadda/pull/23
19
+ - don't hide this with arrow functions in generated example steps https://github.com/curit/ember-cli-yadda/pull/26
20
+ - remove ` expect ` calls from test https://github.com/curit/ember-cli-yadda/pull/28
21
+ - import destroyApp from consuming app https://github.com/curit/ember-cli-yadda/pull/31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-yadda" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " Ember-cli yadda addon for running Gherkin acceptance tests" ,
5
5
"scripts" : {
6
6
"build" : " ember build" ,
You can’t perform that action at this time.
0 commit comments