enju_news 0.1.0.pre8 → 0.1.0.pre9
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.
- checksums.yaml +4 -4
- data/app/models/news_feed.rb +5 -6
- data/app/models/news_post.rb +3 -4
- data/lib/enju_news/version.rb +1 -1
- data/spec/cassette_library/NewsFeed/should_get_content.yml +548 -486
- data/spec/cassette_library/NewsFeed/should_not_get_content_if_the_feed_is_invalid.yml +9 -7
- data/spec/cassette_library/NewsFeed/should_reload_content.yml +548 -486
- data/spec/dummy/app/assets/javascripts/application.js +10 -6
- data/spec/dummy/db/migrate/20150221063719_add_settings_to_library_group.rb +5 -0
- data/spec/dummy/db/schema.rb +2 -1
- data/spec/factories/user.rb +0 -3
- data/spec/fixtures/library_groups.yml +5 -0
- data/spec/fixtures/news_feeds.yml +4 -5
- data/spec/fixtures/news_posts.yml +3 -4
- data/spec/models/news_feed_spec.rb +4 -5
- data/spec/models/news_post_spec.rb +3 -4
- metadata +31 -15
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- Faraday v0.9.
|
|
11
|
+
- Faraday v0.9.2
|
|
12
12
|
Accept-Encoding:
|
|
13
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
14
14
|
Accept:
|
|
@@ -19,27 +19,29 @@ http_interactions:
|
|
|
19
19
|
message: Not Found
|
|
20
20
|
headers:
|
|
21
21
|
Accept-Ranges:
|
|
22
|
-
-
|
|
22
|
+
- none
|
|
23
23
|
Cache-Control:
|
|
24
24
|
- max-age=604800
|
|
25
25
|
Content-Type:
|
|
26
26
|
- text/html
|
|
27
27
|
Date:
|
|
28
|
-
-
|
|
28
|
+
- Fri, 06 Nov 2015 14:27:05 GMT
|
|
29
29
|
Etag:
|
|
30
30
|
- '"359670651"'
|
|
31
31
|
Expires:
|
|
32
|
-
-
|
|
32
|
+
- Fri, 13 Nov 2015 14:27:05 GMT
|
|
33
33
|
Last-Modified:
|
|
34
34
|
- Fri, 09 Aug 2013 23:54:35 GMT
|
|
35
35
|
Server:
|
|
36
|
-
- ECS (
|
|
36
|
+
- ECS (oxr/83C7)
|
|
37
37
|
X-Cache:
|
|
38
38
|
- HIT
|
|
39
39
|
X-Ec-Custom-Error:
|
|
40
40
|
- '1'
|
|
41
41
|
Content-Length:
|
|
42
42
|
- '1270'
|
|
43
|
+
Connection:
|
|
44
|
+
- keep-alive
|
|
43
45
|
body:
|
|
44
46
|
encoding: UTF-8
|
|
45
47
|
string: "<!doctype html>\n<html>\n<head>\n <title>Example Domain</title>\n\n
|
|
@@ -60,5 +62,5 @@ http_interactions:
|
|
|
60
62
|
or asking for permission.</p>\n <p><a href=\"http://www.iana.org/domains/example\">More
|
|
61
63
|
information...</a></p>\n</div>\n</body>\n</html>\n"
|
|
62
64
|
http_version:
|
|
63
|
-
recorded_at:
|
|
64
|
-
recorded_with: VCR
|
|
65
|
+
recorded_at: Fri, 06 Nov 2015 14:27:05 GMT
|
|
66
|
+
recorded_with: VCR 3.0.0
|