阅读背景:

Rspec,shoulda,validate_uniqueness_of,带有范围和错误的错误消息

来源:互联网 

I have following Rspec test:

我有以下Rspec测试:

describe Productlimit do

  before(:each) do 
    @productlimit = Factory.create(:productlimit, :user => Factory.create(:user))
  end

  subject { @productlimit }

  ...

  it { should validate_uniqueness_of(:price_cents).scoped_to(:direction_down, :currency, :market_id, :user_id) }
  ...
end
d



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: