zazzle_rails 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ZazzleRails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -4,7 +4,6 @@
4
4
  # loaded once.
5
5
  #
6
6
  # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
7
- require "pry"
8
7
  require File.expand_path('../../lib/zazzle_rails.rb', __FILE__)
9
8
  RSpec.configure do |config|
10
9
  config.treat_symbols_as_metadata_keys_with_true_values = true
@@ -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").should be_present
6
+ ZazzleRails.get_products("justNeph").should_not be_empty
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zazzle_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: