Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 867815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:02:16+00:00 2026-05-15T10:02:16+00:00

I’m working with cucumber and I’m running into difficulties. When I run cucumber features,

  • 0

I’m working with cucumber and I’m running into difficulties. When I run “cucumber features”, I am met with errors, cucumber is unable to find my requests table. What obvious mistake am I making?

Thank you in advance!

Bash:

justin-zollarss-mac-pro:conversion justinz$ cucumber features
Using the default profile...
/Users/justinz/.gem/ruby/1.8/gems/rails-2.3.5/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010.  Use #requirement
F--

(::) failed steps (::)

Could not find table 'requests' (ActiveRecord::StatementInvalid)
./features/article_steps.rb:3
./features/article_steps.rb:2:in `each'
./features/article_steps.rb:2:in `/^I have requests named (.+)$/'
features/manage_articles.feature:7:in `Given I have requests named Foo, Bar'

Failing Scenarios:
cucumber features/manage_articles.feature:6 # Scenario: Conversion

1 scenario (1 failed)
3 steps (1 failed, 2 skipped)
0m0.154s
justin-zollarss-mac-pro:conversion justinz$ 

Manage_articles.feature:

Feature: Manage Articles
    In order to make sales
    As a customer
    I want to make conversions

Scenario: Conversion
    Given I have requests named Foo, Bar
    When I go to the list of customers
    Then I should see a new "customer"

Article_steps.rb:

Given /^I have requests named (.+)$/ do |firsts|
   firsts.split(', ').each do |first|
      Request.create!(:first => first)
  pending # express the regexp above with the code you wish you had
end
end


Then /^I should see a new "([^"]*)"$/ do |arg1|
  pending # express the regexp above with the code you wish you had
end

DB schema:

ActiveRecord::Schema.define(:version => 20100528011731) do

  create_table "requests", :force => true do |t|
    t.string   "institution"
    t.string   "website"
    t.string   "type"
    t.string   "users"
    t.string   "first"
    t.string   "last"
    t.string   "jobtitle"
    t.string   "phone"
    t.string   "email"
    t.datetime "created_at"
    t.datetime "updated_at"
  end end
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T10:02:17+00:00Added an answer on May 15, 2026 at 10:02 am

    Have you run your migrations in the test/cucumber environment?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a French site that I want to parse, but am running into
I am currently running into a problem where an element is coming back from
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I would like to run a str_replace or preg_replace which looks for certain words
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
Seemingly simple, but I cannot find anything relevant on the web. What is the
I am writing an app with both english and french support. The app requests
I'm working with an upstream system that sometimes sends me text destined for HTML/XML

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.