spec/fetcher/microdata/review_spec.rb in fetcher-microdata-0.0.4 vs spec/fetcher/microdata/review_spec.rb in fetcher-microdata-0.0.5
- old
+ new
@@ -10,12 +10,12 @@
it 'should inherit from Fetcher::Microdata' do
Fetcher::Microdata::Review.superclass.should == Fetcher::Microdata
end
- it 'should raise wrong number of argument if the count of arguments is distinct of 2' do
+ it 'should raise wrong number of argument if the count of arguments is distinct of 3' do
expect {
- Fetcher::Microdata::Review.new "a", "b", "c"
+ Fetcher::Microdata::Review.new "a", "b", "c", "d"
}.to raise_error
end
describe 'attributes' do
before do
\ No newline at end of file