wagons 0.0.9 → 0.1.0

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.
@@ -4,9 +4,9 @@ PATH
4
4
  dummy_superliner (0.0.1)
5
5
 
6
6
  PATH
7
- remote: /Users/pascal/Code/ruby/wagons
7
+ remote: /home/pzumkehr/src/ruby/wagons
8
8
  specs:
9
- wagons (0.0.9)
9
+ wagons (0.1.0)
10
10
  bundler (>= 1.1)
11
11
  rails (>= 3.2)
12
12
  seed-fu-ndo (>= 0.0.2)
@@ -15,31 +15,31 @@ GEM
15
15
  remote: http://rubygems.org/
16
16
  remote: http://rubygems.org/
17
17
  specs:
18
- actionmailer (3.2.8)
19
- actionpack (= 3.2.8)
18
+ actionmailer (3.2.9)
19
+ actionpack (= 3.2.9)
20
20
  mail (~> 2.4.4)
21
- actionpack (3.2.8)
22
- activemodel (= 3.2.8)
23
- activesupport (= 3.2.8)
21
+ actionpack (3.2.9)
22
+ activemodel (= 3.2.9)
23
+ activesupport (= 3.2.9)
24
24
  builder (~> 3.0.0)
25
25
  erubis (~> 2.7.0)
26
26
  journey (~> 1.0.4)
27
27
  rack (~> 1.4.0)
28
28
  rack-cache (~> 1.2)
29
29
  rack-test (~> 0.6.1)
30
- sprockets (~> 2.1.3)
31
- activemodel (3.2.8)
32
- activesupport (= 3.2.8)
30
+ sprockets (~> 2.2.1)
31
+ activemodel (3.2.9)
32
+ activesupport (= 3.2.9)
33
33
  builder (~> 3.0.0)
34
- activerecord (3.2.8)
35
- activemodel (= 3.2.8)
36
- activesupport (= 3.2.8)
34
+ activerecord (3.2.9)
35
+ activemodel (= 3.2.9)
36
+ activesupport (= 3.2.9)
37
37
  arel (~> 3.0.2)
38
38
  tzinfo (~> 0.3.29)
39
- activeresource (3.2.8)
40
- activemodel (= 3.2.8)
41
- activesupport (= 3.2.8)
42
- activesupport (3.2.8)
39
+ activeresource (3.2.9)
40
+ activemodel (= 3.2.9)
41
+ activesupport (= 3.2.9)
42
+ activesupport (3.2.9)
43
43
  i18n (~> 0.6)
44
44
  multi_json (~> 1.0)
45
45
  arel (3.0.2)
@@ -66,22 +66,22 @@ GEM
66
66
  rack
67
67
  rack-test (0.6.2)
68
68
  rack (>= 1.0)
69
- rails (3.2.8)
70
- actionmailer (= 3.2.8)
71
- actionpack (= 3.2.8)
72
- activerecord (= 3.2.8)
73
- activeresource (= 3.2.8)
74
- activesupport (= 3.2.8)
69
+ rails (3.2.9)
70
+ actionmailer (= 3.2.9)
71
+ actionpack (= 3.2.9)
72
+ activerecord (= 3.2.9)
73
+ activeresource (= 3.2.9)
74
+ activesupport (= 3.2.9)
75
75
  bundler (~> 1.0)
76
- railties (= 3.2.8)
77
- railties (3.2.8)
78
- actionpack (= 3.2.8)
79
- activesupport (= 3.2.8)
76
+ railties (= 3.2.9)
77
+ railties (3.2.9)
78
+ actionpack (= 3.2.9)
79
+ activesupport (= 3.2.9)
80
80
  rack-ssl (~> 1.3.2)
81
81
  rake (>= 0.8.7)
82
82
  rdoc (~> 3.4)
83
83
  thor (>= 0.14.6, < 2.0)
84
- rake (0.9.2.2)
84
+ rake (10.0.2)
85
85
  rdoc (3.12)
86
86
  json (~> 1.4)
87
87
  seed-fu (2.2.0)
@@ -89,8 +89,9 @@ GEM
89
89
  activesupport (~> 3.1)
90
90
  seed-fu-ndo (0.0.2)
91
91
  seed-fu (>= 2.2.0)
92
- sprockets (2.1.3)
92
+ sprockets (2.2.2)
93
93
  hike (~> 1.2)
94
+ multi_json (~> 1.0)
94
95
  rack (~> 1.0)
95
96
  tilt (~> 1.1, != 1.3.0)
96
97
  sqlite3 (1.3.6)
@@ -99,7 +100,7 @@ GEM
99
100
  treetop (1.4.12)
100
101
  polyglot
101
102
  polyglot (>= 0.3.1)
102
- tzinfo (0.3.34)
103
+ tzinfo (0.3.35)
103
104
 
104
105
  PLATFORMS
105
106
  ruby
@@ -9,6 +9,8 @@ class PeopleControllerTest < ActionController::TestCase
9
9
  assert_template 'sidebar'
10
10
  assert_template 'sidebar_superliner'
11
11
  assert_match /42/, @response.body
12
+ assert_match /Superliner Details/, @response.body
13
+ assert_no_match /Main Details/, @response.body
12
14
  end
13
15
 
14
16
  end