skipoleschris / xsbt-cucumber-plugin

Plugin to integrate Cucumber and Cuke4Duke into XSBT
Apache License 2.0
49 stars 48 forks source link

Steps implementation not found #6

Closed wofr closed 12 years ago

wofr commented 12 years ago

Steps implemention not found when the cucumber steps base package (eg. cucumberStepsBasePackage := "my.test") is not defined explicitly. Due to the documention I expected that all packages are scanned by default.