You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ would run features with a name matched to "User admin". Multiple arguments can b
31
31
## Writing Features ##
32
32
Features are written in text format and are placed in .feature files inside the 'features' directory. For more info on writing features please see the [Cucumber](http://cukes.info) website.
33
33
For example:
34
+
34
35
Feature: Cucumber
35
36
In order to implement BDD in my Scala project
36
37
As a developer
@@ -46,6 +47,7 @@ The location of the features can be changed by overriding a plugin setting (see
46
47
## Writing Step Defitions ##
47
48
Step definitions can be written in Scala, using the cuke4duke Scala DSL. More information on this api can be obtained from the the [cuke4duke wiki page for scala](http://wiki.github.com/aslakhellesoy/cuke4duke/scala).
0 commit comments