[rspec-users] rspec assert inclusion in..
slavix
mikerin.slava at gmail.com
Sat Sep 3 22:03:47 EDT 2011
Thanks. I wanted to test it as part of model validation like
it { should validate_presence_of(:some_attribute).among(['value1',
'value2']) }
it { should validate_that(:some_attribute) >= 0 }
On Sep 3, 6:42 pm, Nick <n... at deadorange.com> wrote:
> Hey Slavix. How about this:
>
> it 'has a valid "attribute_x" value' do
> valid_values = %w(some values here)
> valid_values.should include subject.attribute_x
> end
>
> _______________________________________________
> rspec-users mailing list
> rspec-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users
More information about the rspec-users
mailing list