tomato_power 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
data/lib/tomato_power/version.rb
CHANGED
@@ -91,10 +91,10 @@ module TomatoPower
|
|
91
91
|
end
|
92
92
|
end
|
93
93
|
describe "no results" do
|
94
|
-
it "should return
|
94
|
+
it "should return empty string if no results are found" do
|
95
95
|
reviews = @api.movie_reviews({:movie_id => 1})
|
96
96
|
reviews.should be_kind_of(Array)
|
97
|
-
reviews[0].
|
97
|
+
reviews[0].should be_empty
|
98
98
|
end
|
99
99
|
end
|
100
100
|
end
|