spec/pupil_spec.rb in pupil-0.6.1 vs spec/pupil_spec.rb in pupil-0.6.2
- old
+ new
@@ -20,18 +20,18 @@
end
describe Pupil, "が #home_timeline を呼ぶ時は" do
before do
pupil = Pupil.new PUPIL_TESTKEY
- @home_timeline = pupil.home_timeline :count => 50
+ @home_timeline = pupil.home_timeline :count => 20
end
it "Array型を返すこと" do
@home_timeline.class.should == Array
end
it "sizeが50であること" do
- @home_timeline.size.should == 50
+ @home_timeline.size.should == 20
end
end
describe Pupil, "が #mentions を呼ぶ時は" do
before do
\ No newline at end of file