iwyg_be 0.0.1

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.
Files changed (83) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +44 -0
  3. data/Rakefile +40 -0
  4. data/app/assets/javascripts/iwyg_be/application.js +15 -0
  5. data/app/assets/javascripts/iwyg_be/failures.js +2 -0
  6. data/app/assets/stylesheets/iwyg_be/application.css +13 -0
  7. data/app/assets/stylesheets/iwyg_be/failures.css +29 -0
  8. data/app/controllers/iwyg_be/application_controller.rb +4 -0
  9. data/app/controllers/iwyg_be/failures_controller.rb +9 -0
  10. data/app/helpers/iwyg_be/application_helper.rb +4 -0
  11. data/app/helpers/iwyg_be/failures_helper.rb +4 -0
  12. data/app/models/iwyg_be/failure.rb +5 -0
  13. data/app/views/iwyg_be/failures/index.html.erb +6 -0
  14. data/app/views/layouts/iwyg_be/application.html.erb +14 -0
  15. data/config/initializers/exception_handler.rb +11 -0
  16. data/config/routes.rb +3 -0
  17. data/db/migrate/20120808163820_create_iwyg_be_failures.rb +10 -0
  18. data/lib/iwyg_be.rb +4 -0
  19. data/lib/iwyg_be/engine.rb +5 -0
  20. data/lib/iwyg_be/version.rb +3 -0
  21. data/lib/tasks/iwyg_be_tasks.rake +4 -0
  22. data/test/dummy/README.rdoc +261 -0
  23. data/test/dummy/Rakefile +7 -0
  24. data/test/dummy/app/assets/javascripts/application.js +15 -0
  25. data/test/dummy/app/assets/javascripts/simulate.js +2 -0
  26. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  27. data/test/dummy/app/assets/stylesheets/simulate.css +4 -0
  28. data/test/dummy/app/controllers/application_controller.rb +3 -0
  29. data/test/dummy/app/controllers/simulate_controller.rb +5 -0
  30. data/test/dummy/app/helpers/application_helper.rb +2 -0
  31. data/test/dummy/app/helpers/simulate_helper.rb +2 -0
  32. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  33. data/test/dummy/app/views/simulate/failure.html.erb +2 -0
  34. data/test/dummy/config.ru +4 -0
  35. data/test/dummy/config/application.rb +59 -0
  36. data/test/dummy/config/boot.rb +10 -0
  37. data/test/dummy/config/database.yml +25 -0
  38. data/test/dummy/config/environment.rb +5 -0
  39. data/test/dummy/config/environments/development.rb +37 -0
  40. data/test/dummy/config/environments/production.rb +67 -0
  41. data/test/dummy/config/environments/test.rb +37 -0
  42. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  43. data/test/dummy/config/initializers/inflections.rb +15 -0
  44. data/test/dummy/config/initializers/mime_types.rb +5 -0
  45. data/test/dummy/config/initializers/secret_token.rb +7 -0
  46. data/test/dummy/config/initializers/session_store.rb +8 -0
  47. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  48. data/test/dummy/config/locales/en.yml +5 -0
  49. data/test/dummy/config/routes.rb +6 -0
  50. data/test/dummy/db/development.sqlite3 +0 -0
  51. data/test/dummy/db/migrate/20120808164358_create_iwyg_be_failures.iwyg_be.rb +11 -0
  52. data/test/dummy/db/schema.rb +23 -0
  53. data/test/dummy/log/development.log +523 -0
  54. data/test/dummy/public/404.html +26 -0
  55. data/test/dummy/public/422.html +26 -0
  56. data/test/dummy/public/500.html +25 -0
  57. data/test/dummy/public/favicon.ico +0 -0
  58. data/test/dummy/script/rails +6 -0
  59. data/test/dummy/test/functional/simulate_controller_test.rb +9 -0
  60. data/test/dummy/test/unit/helpers/simulate_helper_test.rb +4 -0
  61. data/test/dummy/tmp/cache/assets/CAE/D50/sprockets%2F5544404237e9207d090ee0e0919e4eec +0 -0
  62. data/test/dummy/tmp/cache/assets/CE0/290/sprockets%2F127dde1a31c88b07920bf869a898005b +0 -0
  63. data/test/dummy/tmp/cache/assets/CE3/A10/sprockets%2F2520c1e5954e6fc3e6a5c768186ac173 +0 -0
  64. data/test/dummy/tmp/cache/assets/D04/860/sprockets%2Fcc175ded6a21e69e311368242a251ec6 +0 -0
  65. data/test/dummy/tmp/cache/assets/D1A/990/sprockets%2F62b2f573ff6f244ff90736ef66ca1109 +0 -0
  66. data/test/dummy/tmp/cache/assets/D38/DA0/sprockets%2F0ce8b9aff620294e2461535aa05bb96d +0 -0
  67. data/test/dummy/tmp/cache/assets/D3B/3B0/sprockets%2F94d4c3213cd5bc8607d86b4b8ba9b206 +0 -0
  68. data/test/dummy/tmp/cache/assets/D66/0A0/sprockets%2F535eac6ba7f1b376abc88f428e320e20 +0 -0
  69. data/test/dummy/tmp/cache/assets/D7A/2C0/sprockets%2F766ab68c7aa75796eaf424e12daa86d6 +0 -0
  70. data/test/dummy/tmp/cache/assets/DB0/3F0/sprockets%2Ffec98aa93fb7e1f68a8491a12e8cd654 +0 -0
  71. data/test/dummy/tmp/cache/assets/DB0/E00/sprockets%2F1c877c29acba2ba14aba0ea404238da7 +0 -0
  72. data/test/dummy/tmp/cache/assets/DB5/D50/sprockets%2F00a63a9ed440dad0822c4ddcaa88ca16 +0 -0
  73. data/test/dummy/tmp/cache/assets/DD1/690/sprockets%2F6afba33da2f7d94bda261896acd3c678 +0 -0
  74. data/test/dummy/tmp/cache/assets/E6B/4A0/sprockets%2F3faef34b5cc7ffabd796b953fb81db6f +0 -0
  75. data/test/dummy/tmp/pids/server.pid +1 -0
  76. data/test/fixtures/iwyg_be/failures.yml +9 -0
  77. data/test/functional/iwyg_be/failures_controller_test.rb +11 -0
  78. data/test/integration/navigation_test.rb +10 -0
  79. data/test/iwyg_be_test.rb +7 -0
  80. data/test/test_helper.rb +15 -0
  81. data/test/unit/helpers/iwyg_be/failures_helper_test.rb +6 -0
  82. data/test/unit/iwyg_be/failure_test.rb +9 -0
  83. metadata +210 -0
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/404.html -->
21
+ <div class="dialog">
22
+ <h1>The page you were looking for doesn't exist.</h1>
23
+ <p>You may have mistyped the address or the page may have moved.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The change you wanted was rejected (422)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/422.html -->
21
+ <div class="dialog">
22
+ <h1>The change you wanted was rejected.</h1>
23
+ <p>Maybe you tried to change something you didn't have access to.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,25 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>We're sorry, but something went wrong (500)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/500.html -->
21
+ <div class="dialog">
22
+ <h1>We're sorry, but something went wrong.</h1>
23
+ </div>
24
+ </body>
25
+ </html>
File without changes
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby.exe
2
+ # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
+
4
+ APP_PATH = File.expand_path('../../config/application', __FILE__)
5
+ require File.expand_path('../../config/boot', __FILE__)
6
+ require 'rails/commands'
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ class SimulateControllerTest < ActionController::TestCase
4
+ test "should get failure" do
5
+ get :failure
6
+ assert_response :success
7
+ end
8
+
9
+ end
@@ -0,0 +1,4 @@
1
+ require 'test_helper'
2
+
3
+ class SimulateHelperTest < ActionView::TestCase
4
+ end
@@ -0,0 +1 @@
1
+ 9128
@@ -0,0 +1,9 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
+
3
+ one:
4
+ message: MyText
5
+ user_id: 1
6
+
7
+ two:
8
+ message: MyText
9
+ user_id: 1
@@ -0,0 +1,11 @@
1
+ require 'test_helper'
2
+
3
+ module IwygBe
4
+ class FailuresControllerTest < ActionController::TestCase
5
+ test "should get index" do
6
+ get :index
7
+ assert_response :success
8
+ end
9
+
10
+ end
11
+ end
@@ -0,0 +1,10 @@
1
+ require 'test_helper'
2
+
3
+ class NavigationTest < ActionDispatch::IntegrationTest
4
+ fixtures :all
5
+
6
+ # test "the truth" do
7
+ # assert true
8
+ # end
9
+ end
10
+
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class IwygBeTest < ActiveSupport::TestCase
4
+ test "truth" do
5
+ assert_kind_of Module, IwygBe
6
+ end
7
+ end
@@ -0,0 +1,15 @@
1
+ # Configure Rails Environment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
+ require "rails/test_help"
6
+
7
+ Rails.backtrace_cleaner.remove_silencers!
8
+
9
+ # Load support files
10
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
11
+
12
+ # Load fixtures from the engine
13
+ if ActiveSupport::TestCase.method_defined?(:fixture_path=)
14
+ ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
15
+ end
@@ -0,0 +1,6 @@
1
+ require 'test_helper'
2
+
3
+ module IwygBe
4
+ class FailuresHelperTest < ActionView::TestCase
5
+ end
6
+ end
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ module IwygBe
4
+ class FailureTest < ActiveSupport::TestCase
5
+ # test "the truth" do
6
+ # assert true
7
+ # end
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,210 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: iwyg_be
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Christian Grlica
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-08-08 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rails
16
+ requirement: &27497976 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '3.2'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *27497976
25
+ - !ruby/object:Gem::Dependency
26
+ name: sqlite3
27
+ requirement: &27497676 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :development
34
+ prerelease: false
35
+ version_requirements: *27497676
36
+ description: iwyg backend
37
+ email:
38
+ - christian@heavenseven.net
39
+ executables: []
40
+ extensions: []
41
+ extra_rdoc_files: []
42
+ files:
43
+ - app/assets/javascripts/iwyg_be/application.js
44
+ - app/assets/javascripts/iwyg_be/failures.js
45
+ - app/assets/stylesheets/iwyg_be/application.css
46
+ - app/assets/stylesheets/iwyg_be/failures.css
47
+ - app/controllers/iwyg_be/application_controller.rb
48
+ - app/controllers/iwyg_be/failures_controller.rb
49
+ - app/helpers/iwyg_be/application_helper.rb
50
+ - app/helpers/iwyg_be/failures_helper.rb
51
+ - app/models/iwyg_be/failure.rb
52
+ - app/views/iwyg_be/failures/index.html.erb
53
+ - app/views/layouts/iwyg_be/application.html.erb
54
+ - config/initializers/exception_handler.rb
55
+ - config/routes.rb
56
+ - db/migrate/20120808163820_create_iwyg_be_failures.rb
57
+ - lib/iwyg_be/engine.rb
58
+ - lib/iwyg_be/version.rb
59
+ - lib/iwyg_be.rb
60
+ - lib/tasks/iwyg_be_tasks.rake
61
+ - MIT-LICENSE
62
+ - Rakefile
63
+ - README.rdoc
64
+ - test/dummy/app/assets/javascripts/application.js
65
+ - test/dummy/app/assets/javascripts/simulate.js
66
+ - test/dummy/app/assets/stylesheets/application.css
67
+ - test/dummy/app/assets/stylesheets/simulate.css
68
+ - test/dummy/app/controllers/application_controller.rb
69
+ - test/dummy/app/controllers/simulate_controller.rb
70
+ - test/dummy/app/helpers/application_helper.rb
71
+ - test/dummy/app/helpers/simulate_helper.rb
72
+ - test/dummy/app/views/layouts/application.html.erb
73
+ - test/dummy/app/views/simulate/failure.html.erb
74
+ - test/dummy/config/application.rb
75
+ - test/dummy/config/boot.rb
76
+ - test/dummy/config/database.yml
77
+ - test/dummy/config/environment.rb
78
+ - test/dummy/config/environments/development.rb
79
+ - test/dummy/config/environments/production.rb
80
+ - test/dummy/config/environments/test.rb
81
+ - test/dummy/config/initializers/backtrace_silencers.rb
82
+ - test/dummy/config/initializers/inflections.rb
83
+ - test/dummy/config/initializers/mime_types.rb
84
+ - test/dummy/config/initializers/secret_token.rb
85
+ - test/dummy/config/initializers/session_store.rb
86
+ - test/dummy/config/initializers/wrap_parameters.rb
87
+ - test/dummy/config/locales/en.yml
88
+ - test/dummy/config/routes.rb
89
+ - test/dummy/config.ru
90
+ - test/dummy/db/development.sqlite3
91
+ - test/dummy/db/migrate/20120808164358_create_iwyg_be_failures.iwyg_be.rb
92
+ - test/dummy/db/schema.rb
93
+ - test/dummy/log/development.log
94
+ - test/dummy/public/404.html
95
+ - test/dummy/public/422.html
96
+ - test/dummy/public/500.html
97
+ - test/dummy/public/favicon.ico
98
+ - test/dummy/Rakefile
99
+ - test/dummy/README.rdoc
100
+ - test/dummy/script/rails
101
+ - test/dummy/test/functional/simulate_controller_test.rb
102
+ - test/dummy/test/unit/helpers/simulate_helper_test.rb
103
+ - test/dummy/tmp/cache/assets/CAE/D50/sprockets%2F5544404237e9207d090ee0e0919e4eec
104
+ - test/dummy/tmp/cache/assets/CE0/290/sprockets%2F127dde1a31c88b07920bf869a898005b
105
+ - test/dummy/tmp/cache/assets/CE3/A10/sprockets%2F2520c1e5954e6fc3e6a5c768186ac173
106
+ - test/dummy/tmp/cache/assets/D04/860/sprockets%2Fcc175ded6a21e69e311368242a251ec6
107
+ - test/dummy/tmp/cache/assets/D1A/990/sprockets%2F62b2f573ff6f244ff90736ef66ca1109
108
+ - test/dummy/tmp/cache/assets/D38/DA0/sprockets%2F0ce8b9aff620294e2461535aa05bb96d
109
+ - test/dummy/tmp/cache/assets/D3B/3B0/sprockets%2F94d4c3213cd5bc8607d86b4b8ba9b206
110
+ - test/dummy/tmp/cache/assets/D66/0A0/sprockets%2F535eac6ba7f1b376abc88f428e320e20
111
+ - test/dummy/tmp/cache/assets/D7A/2C0/sprockets%2F766ab68c7aa75796eaf424e12daa86d6
112
+ - test/dummy/tmp/cache/assets/DB0/3F0/sprockets%2Ffec98aa93fb7e1f68a8491a12e8cd654
113
+ - test/dummy/tmp/cache/assets/DB0/E00/sprockets%2F1c877c29acba2ba14aba0ea404238da7
114
+ - test/dummy/tmp/cache/assets/DB5/D50/sprockets%2F00a63a9ed440dad0822c4ddcaa88ca16
115
+ - test/dummy/tmp/cache/assets/DD1/690/sprockets%2F6afba33da2f7d94bda261896acd3c678
116
+ - test/dummy/tmp/cache/assets/E6B/4A0/sprockets%2F3faef34b5cc7ffabd796b953fb81db6f
117
+ - test/dummy/tmp/pids/server.pid
118
+ - test/fixtures/iwyg_be/failures.yml
119
+ - test/functional/iwyg_be/failures_controller_test.rb
120
+ - test/integration/navigation_test.rb
121
+ - test/iwyg_be_test.rb
122
+ - test/test_helper.rb
123
+ - test/unit/helpers/iwyg_be/failures_helper_test.rb
124
+ - test/unit/iwyg_be/failure_test.rb
125
+ homepage: http://www.heavenseven.net
126
+ licenses: []
127
+ post_install_message:
128
+ rdoc_options: []
129
+ require_paths:
130
+ - lib
131
+ required_ruby_version: !ruby/object:Gem::Requirement
132
+ none: false
133
+ requirements:
134
+ - - ! '>='
135
+ - !ruby/object:Gem::Version
136
+ version: '0'
137
+ required_rubygems_version: !ruby/object:Gem::Requirement
138
+ none: false
139
+ requirements:
140
+ - - ! '>='
141
+ - !ruby/object:Gem::Version
142
+ version: '0'
143
+ requirements: []
144
+ rubyforge_project:
145
+ rubygems_version: 1.8.16
146
+ signing_key:
147
+ specification_version: 3
148
+ summary: iwyg backend
149
+ test_files:
150
+ - test/dummy/app/assets/javascripts/application.js
151
+ - test/dummy/app/assets/javascripts/simulate.js
152
+ - test/dummy/app/assets/stylesheets/application.css
153
+ - test/dummy/app/assets/stylesheets/simulate.css
154
+ - test/dummy/app/controllers/application_controller.rb
155
+ - test/dummy/app/controllers/simulate_controller.rb
156
+ - test/dummy/app/helpers/application_helper.rb
157
+ - test/dummy/app/helpers/simulate_helper.rb
158
+ - test/dummy/app/views/layouts/application.html.erb
159
+ - test/dummy/app/views/simulate/failure.html.erb
160
+ - test/dummy/config/application.rb
161
+ - test/dummy/config/boot.rb
162
+ - test/dummy/config/database.yml
163
+ - test/dummy/config/environment.rb
164
+ - test/dummy/config/environments/development.rb
165
+ - test/dummy/config/environments/production.rb
166
+ - test/dummy/config/environments/test.rb
167
+ - test/dummy/config/initializers/backtrace_silencers.rb
168
+ - test/dummy/config/initializers/inflections.rb
169
+ - test/dummy/config/initializers/mime_types.rb
170
+ - test/dummy/config/initializers/secret_token.rb
171
+ - test/dummy/config/initializers/session_store.rb
172
+ - test/dummy/config/initializers/wrap_parameters.rb
173
+ - test/dummy/config/locales/en.yml
174
+ - test/dummy/config/routes.rb
175
+ - test/dummy/config.ru
176
+ - test/dummy/db/development.sqlite3
177
+ - test/dummy/db/migrate/20120808164358_create_iwyg_be_failures.iwyg_be.rb
178
+ - test/dummy/db/schema.rb
179
+ - test/dummy/log/development.log
180
+ - test/dummy/public/404.html
181
+ - test/dummy/public/422.html
182
+ - test/dummy/public/500.html
183
+ - test/dummy/public/favicon.ico
184
+ - test/dummy/Rakefile
185
+ - test/dummy/README.rdoc
186
+ - test/dummy/script/rails
187
+ - test/dummy/test/functional/simulate_controller_test.rb
188
+ - test/dummy/test/unit/helpers/simulate_helper_test.rb
189
+ - test/dummy/tmp/cache/assets/CAE/D50/sprockets%2F5544404237e9207d090ee0e0919e4eec
190
+ - test/dummy/tmp/cache/assets/CE0/290/sprockets%2F127dde1a31c88b07920bf869a898005b
191
+ - test/dummy/tmp/cache/assets/CE3/A10/sprockets%2F2520c1e5954e6fc3e6a5c768186ac173
192
+ - test/dummy/tmp/cache/assets/D04/860/sprockets%2Fcc175ded6a21e69e311368242a251ec6
193
+ - test/dummy/tmp/cache/assets/D1A/990/sprockets%2F62b2f573ff6f244ff90736ef66ca1109
194
+ - test/dummy/tmp/cache/assets/D38/DA0/sprockets%2F0ce8b9aff620294e2461535aa05bb96d
195
+ - test/dummy/tmp/cache/assets/D3B/3B0/sprockets%2F94d4c3213cd5bc8607d86b4b8ba9b206
196
+ - test/dummy/tmp/cache/assets/D66/0A0/sprockets%2F535eac6ba7f1b376abc88f428e320e20
197
+ - test/dummy/tmp/cache/assets/D7A/2C0/sprockets%2F766ab68c7aa75796eaf424e12daa86d6
198
+ - test/dummy/tmp/cache/assets/DB0/3F0/sprockets%2Ffec98aa93fb7e1f68a8491a12e8cd654
199
+ - test/dummy/tmp/cache/assets/DB0/E00/sprockets%2F1c877c29acba2ba14aba0ea404238da7
200
+ - test/dummy/tmp/cache/assets/DB5/D50/sprockets%2F00a63a9ed440dad0822c4ddcaa88ca16
201
+ - test/dummy/tmp/cache/assets/DD1/690/sprockets%2F6afba33da2f7d94bda261896acd3c678
202
+ - test/dummy/tmp/cache/assets/E6B/4A0/sprockets%2F3faef34b5cc7ffabd796b953fb81db6f
203
+ - test/dummy/tmp/pids/server.pid
204
+ - test/fixtures/iwyg_be/failures.yml
205
+ - test/functional/iwyg_be/failures_controller_test.rb
206
+ - test/integration/navigation_test.rb
207
+ - test/iwyg_be_test.rb
208
+ - test/test_helper.rb
209
+ - test/unit/helpers/iwyg_be/failures_helper_test.rb
210
+ - test/unit/iwyg_be/failure_test.rb