branston 0.3.4 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +29 -4
- data/lib/branston/app/helpers/application_helper.rb +2 -2
- data/lib/branston/config/environment.rb +1 -6
- data/lib/branston/config/environments/production.rb +1 -4
- data/lib/branston/coverage/app-controllers-application_controller_rb.html +141 -0
- data/lib/branston/coverage/app-controllers-iterations_controller_rb.html +699 -0
- data/lib/branston/coverage/app-controllers-outcomes_controller_rb.html +675 -0
- data/lib/branston/coverage/app-controllers-preconditions_controller_rb.html +699 -0
- data/lib/branston/coverage/app-controllers-releases_controller_rb.html +621 -0
- data/lib/branston/coverage/app-controllers-scenarios_controller_rb.html +687 -0
- data/lib/branston/coverage/app-controllers-sessions_controller_rb.html +327 -0
- data/lib/branston/coverage/app-controllers-stories_controller_rb.html +795 -0
- data/lib/branston/coverage/app-controllers-user_roles_controller_rb.html +609 -0
- data/lib/branston/coverage/app-controllers-users_controller_rb.html +231 -0
- data/lib/branston/coverage/app-helpers-application_helper_rb.html +147 -0
- data/lib/branston/coverage/app-helpers-iterations_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-outcomes_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-preconditions_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-releases_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-sessions_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-stories_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-user_roles_helper_rb.html +75 -0
- data/lib/branston/coverage/app-models-iteration_rb.html +153 -0
- data/lib/branston/coverage/app-models-outcome_rb.html +159 -0
- data/lib/branston/coverage/app-models-participation_rb.html +105 -0
- data/lib/branston/coverage/app-models-precondition_rb.html +159 -0
- data/lib/branston/coverage/app-models-release_rb.html +105 -0
- data/lib/branston/coverage/app-models-scenario_rb.html +147 -0
- data/lib/branston/coverage/app-models-story_rb.html +261 -0
- data/lib/branston/coverage/app-models-user_rb.html +399 -0
- data/lib/branston/coverage/app-models-user_role_rb.html +105 -0
- data/lib/branston/coverage/index.html +570 -0
- data/lib/branston/coverage/jquery-1.3.2.min.js +19 -0
- data/lib/branston/coverage/jquery.tablesorter.min.js +15 -0
- data/lib/branston/coverage/lib-client_rb.html +537 -0
- data/lib/branston/coverage/lib-faker_extras_rb.html +207 -0
- data/lib/branston/coverage/lib-story_generator_rb.html +873 -0
- data/lib/branston/coverage/print.css +12 -0
- data/lib/branston/coverage/rcov.js +42 -0
- data/lib/branston/coverage/screen.css +270 -0
- data/lib/branston/db/test.sqlite3 +0 -0
- data/lib/branston/lib/branston.rb +2 -1
- data/lib/branston/log/development.log +76 -0
- data/lib/branston/log/test.log +3275 -0
- data/lib/branston/test/unit/client_test.rb +22 -20
- data/lib/branston/test/unit/helpers/application_helper_test.rb +40 -0
- data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_flat.txt +7 -0
- data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_graph.html +5305 -0
- data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_tree.txt +9858 -0
- metadata +44 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: branston
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- dave.hrycyszyn@headlondon.com
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2009-12-
|
14
|
+
date: 2009-12-11 00:00:00 +00:00
|
15
15
|
default_executable: branston
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
@@ -181,6 +181,42 @@ files:
|
|
181
181
|
- lib/branston/config/initializers/site_keys.rb
|
182
182
|
- lib/branston/config/locales/en.yml
|
183
183
|
- lib/branston/config/routes.rb
|
184
|
+
- lib/branston/coverage/app-controllers-application_controller_rb.html
|
185
|
+
- lib/branston/coverage/app-controllers-iterations_controller_rb.html
|
186
|
+
- lib/branston/coverage/app-controllers-outcomes_controller_rb.html
|
187
|
+
- lib/branston/coverage/app-controllers-preconditions_controller_rb.html
|
188
|
+
- lib/branston/coverage/app-controllers-releases_controller_rb.html
|
189
|
+
- lib/branston/coverage/app-controllers-scenarios_controller_rb.html
|
190
|
+
- lib/branston/coverage/app-controllers-sessions_controller_rb.html
|
191
|
+
- lib/branston/coverage/app-controllers-stories_controller_rb.html
|
192
|
+
- lib/branston/coverage/app-controllers-user_roles_controller_rb.html
|
193
|
+
- lib/branston/coverage/app-controllers-users_controller_rb.html
|
194
|
+
- lib/branston/coverage/app-helpers-application_helper_rb.html
|
195
|
+
- lib/branston/coverage/app-helpers-iterations_helper_rb.html
|
196
|
+
- lib/branston/coverage/app-helpers-outcomes_helper_rb.html
|
197
|
+
- lib/branston/coverage/app-helpers-preconditions_helper_rb.html
|
198
|
+
- lib/branston/coverage/app-helpers-releases_helper_rb.html
|
199
|
+
- lib/branston/coverage/app-helpers-sessions_helper_rb.html
|
200
|
+
- lib/branston/coverage/app-helpers-stories_helper_rb.html
|
201
|
+
- lib/branston/coverage/app-helpers-user_roles_helper_rb.html
|
202
|
+
- lib/branston/coverage/app-models-iteration_rb.html
|
203
|
+
- lib/branston/coverage/app-models-outcome_rb.html
|
204
|
+
- lib/branston/coverage/app-models-participation_rb.html
|
205
|
+
- lib/branston/coverage/app-models-precondition_rb.html
|
206
|
+
- lib/branston/coverage/app-models-release_rb.html
|
207
|
+
- lib/branston/coverage/app-models-scenario_rb.html
|
208
|
+
- lib/branston/coverage/app-models-story_rb.html
|
209
|
+
- lib/branston/coverage/app-models-user_rb.html
|
210
|
+
- lib/branston/coverage/app-models-user_role_rb.html
|
211
|
+
- lib/branston/coverage/index.html
|
212
|
+
- lib/branston/coverage/jquery-1.3.2.min.js
|
213
|
+
- lib/branston/coverage/jquery.tablesorter.min.js
|
214
|
+
- lib/branston/coverage/lib-client_rb.html
|
215
|
+
- lib/branston/coverage/lib-faker_extras_rb.html
|
216
|
+
- lib/branston/coverage/lib-story_generator_rb.html
|
217
|
+
- lib/branston/coverage/print.css
|
218
|
+
- lib/branston/coverage/rcov.js
|
219
|
+
- lib/branston/coverage/screen.css
|
184
220
|
- lib/branston/db/development.sqlite3
|
185
221
|
- lib/branston/db/development_structure.sql
|
186
222
|
- lib/branston/db/migrate/20091127114237_create_users.rb
|
@@ -199,6 +235,7 @@ files:
|
|
199
235
|
- lib/branston/db/pristine.sqlite3
|
200
236
|
- lib/branston/db/schema.rb
|
201
237
|
- lib/branston/db/seeds.rb
|
238
|
+
- lib/branston/db/test.sqlite3
|
202
239
|
- lib/branston/doc/README_FOR_APP
|
203
240
|
- lib/branston/doc/branston.zargo
|
204
241
|
- lib/branston/features/step_definitions/webrat_steps.rb
|
@@ -215,6 +252,7 @@ files:
|
|
215
252
|
- lib/branston/lib/tasks/make_pristine_copy.rake
|
216
253
|
- lib/branston/log/cucumber.log
|
217
254
|
- lib/branston/log/development.log
|
255
|
+
- lib/branston/log/test.log
|
218
256
|
- lib/branston/public/404.html
|
219
257
|
- lib/branston/public/422.html
|
220
258
|
- lib/branston/public/500.html
|
@@ -311,6 +349,7 @@ files:
|
|
311
349
|
- lib/branston/test/performance/browsing_test.rb
|
312
350
|
- lib/branston/test/test_helper.rb
|
313
351
|
- lib/branston/test/unit/client_test.rb
|
352
|
+
- lib/branston/test/unit/helpers/application_helper_test.rb
|
314
353
|
- lib/branston/test/unit/helpers/iterations_helper_test.rb
|
315
354
|
- lib/branston/test/unit/helpers/outcomes_helper_test.rb
|
316
355
|
- lib/branston/test/unit/helpers/preconditions_helper_test.rb
|
@@ -329,6 +368,9 @@ files:
|
|
329
368
|
- lib/branston/test/unit/user_test.rb
|
330
369
|
- lib/branston/test/xml/example.xml
|
331
370
|
- lib/branston/test/xml/no_scenarios.xml
|
371
|
+
- lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_flat.txt
|
372
|
+
- lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_graph.html
|
373
|
+
- lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_tree.txt
|
332
374
|
- lib/branston/vendor/plugins/calendar_date_select-1.15/History.txt
|
333
375
|
- lib/branston/vendor/plugins/calendar_date_select-1.15/MIT-LICENSE
|
334
376
|
- lib/branston/vendor/plugins/calendar_date_select-1.15/Manifest.txt
|