routes_revealer 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64e0e44275c7f877cecf37e7d34915afeead933c
|
4
|
+
data.tar.gz: bf6b048942c1f62a652ae2d02ff9cd9f88f17955
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a14e5eda4df3c02f16e0ab4f3ccb6e819771db378c924ec976ccf7f14557c25d674c6a3576ae60c934799eeddd82965a36c76628dfe9adab2f2097182614036b
|
7
|
+
data.tar.gz: 97edd37c1d12fd031e4140a2a33bd8c66a00e8e0d65b06510818f98259b491b188527a32a2c641d2334cb889988b333c31340d74d6bd08c28ec524bc97ffbc2f
|
@@ -66,11 +66,11 @@ describe RoutesRevealer::RoutesController do
|
|
66
66
|
|
67
67
|
it { expect(response.status).to eq 200 }
|
68
68
|
it { expect(JSON.parse(response.body).length).to eq 9 }
|
69
|
-
it { expect(JSON.parse(response.body)[0]).to eq "/
|
70
|
-
it { expect(JSON.parse(response.body)[1]).to eq "/
|
71
|
-
it { expect(JSON.parse(response.body)[2]).to eq "/
|
72
|
-
it { expect(JSON.parse(response.body)[3]).to eq "/
|
73
|
-
it { expect(JSON.parse(response.body)[4]).to eq "/
|
69
|
+
it { expect(JSON.parse(response.body)[0]).to eq "/1" }
|
70
|
+
it { expect(JSON.parse(response.body)[1]).to eq "/2" }
|
71
|
+
it { expect(JSON.parse(response.body)[2]).to eq "/3" }
|
72
|
+
it { expect(JSON.parse(response.body)[3]).to eq "/4" }
|
73
|
+
it { expect(JSON.parse(response.body)[4]).to eq "/assets" }
|
74
74
|
it { expect(JSON.parse(response.body)[5]).to eq "/t1" }
|
75
75
|
it { expect(JSON.parse(response.body)[6]).to eq "/t2" }
|
76
76
|
it { expect(JSON.parse(response.body)[7]).to eq "/that/1" }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: routes_revealer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The CareerBuilder.com Consumer Development teams
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|