-
Notifications
You must be signed in to change notification settings - Fork 201
Examples
timcharper edited this page Sep 13, 2010
·
15 revisions
Here are some cucumber features that contain an example of how a sporked spec_helper.rb or env.rb ought to look:
= From the Spork Integration Tests =
These are minimalist, but this is the bare minimum you will need to use spork:
- spec/spec_helper.rb – RSpec
- features/support/env.rb – Cucumber
= Other Examples =
Please feel free to add your own examples as gists:
- Your gist here
= Additional Information =
If you need some guidelines for changing your spec_helper.rb, check out Ben Mabey advice in the RSpec mailing list