我正在構建一個簡單的測試,以便爲用戶顯示產品。我的規格如下所示: require 'spec_helper'
describe "Show Products" do
it "Displays a user's products" do
product = Factory(:product)
visit products_path
page.should
我是new to Ruby並且已被要求在我們的新項目中使用它。我們也被要求使用Padrino (Sinatra)作爲後端/框架。爲了測試,我們被要求使用Rspec。我一直在尋找指導using Rspec for Ruby on Padrino的教程。我得到的主要是參考RoR。但是,我需要Padrino上的Ruby。 請指引我爲同任何啓動/引導/引用/討論等 請糾正我,如果我錯了任何地方。可能是我沒
我正在開發中refineryCMS定製控制器,也放在app class ExchangeController < ApplicationController
def exchange
end
end
它工作正常的根源,但要把它測試我需要登錄煉油廠用戶這樣 describe "Exchange action" do
login_refinery_user
我正在測試我的Rails應用程序的RSpec和水豚註冊表單。當我想測試我面對這個錯誤, Failures:
1) user registration allows new users to register with an email address and password
Failure/Error: fill_in "Confirmation", :with =>
我有一個Rails應用程序,我正在測試它。我用設計來登錄不過,我面對的時候我想測試時發生的問題。 Users/ender/Projects/ratingw/spec/controllers/widgets_controller_spec.rb:4:in `block in <top (required)>': undefined local variable or method `login_us