-
Notifications
You must be signed in to change notification settings - Fork 0
nathanbain/cucumberbook
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Tests which require Service Manager will not work on Windows. The following workaround is recommended. add another gem, childprocess, to your Gemfile: gem 'childprocess' In your features/support directory, add a script to start and stop the backend service: features/support/services.rb require 'childprocess' process = ChildProcess.build('ruby', 'lib/transaction_processor.rb') process.start at_exit { process.stop }
About
Working through the examples of the cucumber book
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published