|
36 | 36 | .with(:query => { :q => @search_word })
|
37 | 37 | .to_return(:body => [
|
38 | 38 | {
|
39 |
| - id: 1458, |
40 |
| - uuid: "bbcca9f634028dc2f11c", |
41 |
| - user: { |
42 |
| - id: 1, |
43 |
| - url_name: "o_ame", |
44 |
| - profile_image_url: "https://example.com/avatar.png" |
| 39 | + :id => 1458, |
| 40 | + :uuid => "bbcca9f634028dc2f11c", |
| 41 | + :user => { |
| 42 | + :id => 1, |
| 43 | + :url_name => "o_ame", |
| 44 | + :profile_image_url => "https://example.com/avatar.png" |
45 | 45 | },
|
46 |
| - title: "test", |
47 |
| - created_at: "2011-12-26 19:41:26 +0900", |
48 |
| - updated_at: "2012-03-16 11:30:27 +0900", |
49 |
| - created_at_in_words: "2年以上", |
50 |
| - updated_at_in_words: "2年以上", |
51 |
| - tags: [ |
| 46 | + :title => "test", |
| 47 | + :created_at => "2011-12-26 19:41:26 +0900", |
| 48 | + :updated_at => "2012-03-16 11:30:27 +0900", |
| 49 | + :created_at_in_words => "2年以上", |
| 50 | + :updated_at_in_words => "2年以上", |
| 51 | + :tags => [ |
52 | 52 | {
|
53 |
| - name: "CoffeeScript", |
54 |
| - url_name: "coffeescript", |
55 |
| - icon_url: "https://s3-ap-northeast-1.amazonaws.com/qiita-tag-image/e41b881d25c683db2ce913dba0d07b9695a55741/medium.jpg?1368788624", |
56 |
| - versions: [ ] |
| 53 | + :name => "CoffeeScript", |
| 54 | + :url_name => "coffeescript", |
| 55 | + :icon_url => "https://s3-ap-northeast-1.amazonaws.com/qiita-tag-image/e41b881d25c683db2ce913dba0d07b9695a55741/medium.jpg?1368788624", |
| 56 | + :versions => [ ] |
57 | 57 | }
|
58 | 58 | ],
|
59 |
| - stock_count: 2, |
60 |
| - comment_count: 0, |
61 |
| - url: "http://qiita.com/mizchi/items/bbcca9f634028dc2f11c", |
62 |
| - created_at_as_seconds: 1324896086, |
63 |
| - tweet: false, |
64 |
| - gist_url: nil, |
65 |
| - private: false, |
66 |
| - raw_body: "feafa", |
67 |
| - body: "feafewafa", |
68 |
| - stock_users: [ |
| 59 | + :stock_count => 2, |
| 60 | + :comment_count => 0, |
| 61 | + :url => "http://qiita.com/mizchi/items/bbcca9f634028dc2f11c", |
| 62 | + :created_at_as_seconds => 1324896086, |
| 63 | + :tweet => false, |
| 64 | + :gist_url => nil, |
| 65 | + :private => false, |
| 66 | + :raw_body => "feafa", |
| 67 | + :body => "feafewafa", |
| 68 | + :stock_users => [ |
69 | 69 | "CLG",
|
70 | 70 | "mizchi"
|
71 | 71 | ]
|
|
97 | 97 | .with(:query => { :q => @search_word, :token => @expected_token, :stocked => 1 })
|
98 | 98 | .to_return(:body => [
|
99 | 99 | {
|
100 |
| - id: 1458, |
101 |
| - uuid: "bbcca9f634028dc2f11c", |
102 |
| - user: { |
103 |
| - id: 1, |
104 |
| - url_name: "o_ame", |
105 |
| - profile_image_url: "https://example.com/avatar.png" |
| 100 | + :id => 1458, |
| 101 | + :uuid => "bbcca9f634028dc2f11c", |
| 102 | + :user => { |
| 103 | + :id => 1, |
| 104 | + :url_name => "o_ame", |
| 105 | + :profile_image_url => "https://example.com/avatar.png" |
106 | 106 | },
|
107 |
| - title: "test", |
108 |
| - created_at: "2011-12-26 19:41:26 +0900", |
109 |
| - updated_at: "2012-03-16 11:30:27 +0900", |
110 |
| - created_at_in_words: "2年以上", |
111 |
| - updated_at_in_words: "2年以上", |
112 |
| - tags: [ |
| 107 | + :title => "test", |
| 108 | + :created_at => "2011-12-26 19:41:26 +0900", |
| 109 | + :updated_at => "2012-03-16 11:30:27 +0900", |
| 110 | + :created_at_in_words => "2年以上", |
| 111 | + :updated_at_in_words => "2年以上", |
| 112 | + :tags => [ |
113 | 113 | {
|
114 |
| - name: "CoffeeScript", |
115 |
| - url_name: "coffeescript", |
116 |
| - icon_url: "https://s3-ap-northeast-1.amazonaws.com/qiita-tag-image/e41b881d25c683db2ce913dba0d07b9695a55741/medium.jpg?1368788624", |
117 |
| - versions: [ ] |
| 114 | + :name => "CoffeeScript", |
| 115 | + :url_name => "coffeescript", |
| 116 | + :icon_url => "https://s3-ap-northeast-1.amazonaws.com/qiita-tag-image/e41b881d25c683db2ce913dba0d07b9695a55741/medium.jpg?1368788624", |
| 117 | + :versions => [ ] |
118 | 118 | }
|
119 | 119 | ],
|
120 |
| - stock_count: 2, |
121 |
| - comment_count: 0, |
122 |
| - url: "http://qiita.com/mizchi/items/bbcca9f634028dc2f11c", |
123 |
| - created_at_as_seconds: 1324896086, |
124 |
| - tweet: false, |
125 |
| - gist_url: nil, |
126 |
| - private: false, |
127 |
| - raw_body: "feafa", |
128 |
| - body: "feafewafa", |
129 |
| - stock_users: [ |
| 120 | + :stock_count => 2, |
| 121 | + :comment_count => 0, |
| 122 | + :url => "http://qiita.com/mizchi/items/bbcca9f634028dc2f11c", |
| 123 | + :created_at_as_seconds => 1324896086, |
| 124 | + :tweet => false, |
| 125 | + :gist_url => nil, |
| 126 | + :private => false, |
| 127 | + :raw_body => "feafa", |
| 128 | + :body => "feafewafa", |
| 129 | + :stock_users => [ |
130 | 130 | "CLG",
|
131 | 131 | "mizchi"
|
132 | 132 | ]
|
133 | 133 | }
|
134 | 134 | ].to_json ,:status => 200)
|
135 | 135 |
|
136 |
| - @response = Qiita::API.search(@search_word, token: @expected_token, stocked: 1) |
| 136 | + @response = Qiita::API.search(@search_word, :token => @expected_token, :stocked => 1) |
137 | 137 | end
|
138 | 138 |
|
139 | 139 | it 'Response should be Hash' do
|
|
0 commit comments