pearson_kitchen_manager 0.0.1 → 0.0.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.
@@ -1,3 +1,3 @@
1
1
  module PearsonKitchenManager
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -4,7 +4,7 @@ require 'cgi'
4
4
 
5
5
  class PearsonKitchenManager
6
6
  include HTTParty
7
- debug_output $stderr
7
+ # debug_output $stderr
8
8
 
9
9
  format :plain
10
10
  default_timeout 30
@@ -21,11 +21,11 @@ describe PearsonKitchenManager do
21
21
 
22
22
  context 'recipes' do
23
23
 
24
- # it 'should get recipes' do
25
- # pkm = PearsonKitchenManager.new
26
- # response = pkm.recipes
27
- # response['results'].count.should eq(10)
28
- # end
24
+ it 'should get recipes' do
25
+ pkm = PearsonKitchenManager.new
26
+ response = pkm.recipes
27
+ response['results'].count.should eq(10)
28
+ end
29
29
 
30
30
  it 'should get a recipe' do
31
31
  pkm = PearsonKitchenManager.new
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pearson_kitchen_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: