Skip to content

Commit ef517ec

Browse files
committed
Merge branch 'develop'
2 parents 016e4e3 + ed55e2e commit ef517ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ would run features with a name matched to "User admin". Multiple arguments can b
3131
## Writing Features ##
3232
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.
3333
For example:
34+
3435
Feature: Cucumber
3536
In order to implement BDD in my Scala project
3637
As a developer
@@ -46,6 +47,7 @@ The location of the features can be changed by overriding a plugin setting (see
4647
## Writing Step Defitions ##
4748
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).
4849
For example:
50+
4951
import cuke4duke.{EN, ScalaDsl}
5052
import org.scalatest.matchers.ShouldMatchers
5153

0 commit comments

Comments
 (0)