zazzle_rails 0.0.2 → 0.0.3
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/zazzle_rails/version.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- data/spec/zazzle_rails_spec.rb +1 -1
- metadata +1 -1
data/lib/zazzle_rails/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
data/spec/zazzle_rails_spec.rb
CHANGED
@@ -3,7 +3,7 @@ describe ZazzleRails do
|
|
3
3
|
describe "When hitting the zazzle rss" do
|
4
4
|
context "#get_products" do
|
5
5
|
it "gets back a parsed hash of products" do
|
6
|
-
ZazzleRails.get_products("justNeph").
|
6
|
+
ZazzleRails.get_products("justNeph").should_not be_empty
|
7
7
|
end
|
8
8
|
end
|
9
9
|
end
|