Hi! You'll probably missing injecting the capybara DSL into Spinach::FeatureSteps
Spinach is a general purpose library that doesn't come with spinach support out-of-the-box.
You can check a working example for sinatra at http://github.com/codegram/spinach-sinatra-demo or on the http://github.com/codegram/spinach-rails gem.
I'm on mobile right now but if you need some more help I'll be available in a few hours :)
--
You received this message because you are subscribed to the Google Groups "Spinach" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spinach_bdd...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi! You'll probably missing injecting the capybara DSL into Spinach::FeatureSteps
Spinach is a general purpose library that doesn't come with spinach support out-of-the-box.
You can check a working example for sinatra at http://github.com/codegram/spinach-sinatra-demo or on the http://github.com/codegram/spinach-rails gem.
# Spinach already integrates with Capybara if you add
# `require spinach/capybara` in `features/support/env.rb`.