I am trying out Cucumber for the first time and I\'ve come accross an issue.I am try to use RyanB\'s nifty authentication generator, but it seems I can\'t use the helper methods when running my Cucumb
I\'m using gem bundler (v.0.9.6) and Rails 2.3.5, rubygems 1.3.6 and ruby 1.8.7 (On Snow Leopard). My Gemfile looks like this:
I am working开发者_开发问答 on a Rails app that allows you to create a configuration and then launch a server at EC2 with this configuration.
Given I have a rails app And I\'m using cucumber And I\'m using capybara And I have an action that results in a redirect_to \"http://some.other.domain.com/some_path\"
When running rspec I get the following error: no such file to load -- cucumber-rails /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require\'
I just started using bundler for gem packaging in vendor/. The problem is with certain gems (like rspec and cucumber) that have binaries. The binary path that is under my_app/vendor/gems/ruby/1.8/...c
I have a User factory that references a Company Factory.define :user do |f| f.first_name \"John\" f.last_name \"Smith\"
I can\'t seem to run Cucumber tests on views that include strings governed by Settingslogic. Scenario: Login as an existing user from homepage
Scenario: I have logged into a website, gained cookies etc, got to a particular webpage with a form + hidden fields. I now want to be able to create my own http post with my own hidden fo开发者_运维知
I am trying to decide if I should use Cuke4Nuke or SpecFlow. What are the pro/con开发者_如何学Pythons of each? Opinions on which is better and why.