tomato_power 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
|