Skip to content

Instantly share code, notes, and snippets.

@tomtt
Created May 5, 2009 18:31
Show Gist options
  • Select an option

  • Save tomtt/107111 to your computer and use it in GitHub Desktop.

Select an option

Save tomtt/107111 to your computer and use it in GitHub Desktop.
>: garlic all
Skipping resources_controller, as it exists
Skipping rails, as it exists
Skipping rspec, as it exists
Skipping rspec-rails, as it exists
Updating resources_controller...
No url for resources_controller given, so not updating
Updating rails...
Already up-to-date.
Updating rspec...
Already up-to-date.
Updating rspec-rails...
Already up-to-date.
Preparing target 2-2-stable (origin/2-2-stable)
Creating rails app for 2-2-stable...
vendor/rails needs update to default, exporting archive from rails...
cloning resources_controller to vendor/plugins/resources_controller
Initialized empty Git repository in /Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/.git/
vendor/plugins/rspec needs update to default, exporting archive from rspec...
vendor/plugins/rspec-rails needs update to default, exporting archive from rspec-rails...
[memcache-client] Could not load SystemTimer gem, falling back to Ruby's slower/unsafe timeout library: no such file to load -- system_timer
exists lib/tasks
create lib/tasks/rspec.rake
create script/autospec
create script/spec
create script/spec_server
create spec
create spec/rcov.opts
create spec/spec.opts
create spec/spec_helper.rb
Preparing target 2-1-stable (origin/2-1-stable)
Creating rails app for 2-1-stable...
vendor/rails needs update to default, exporting archive from rails...
cloning resources_controller to vendor/plugins/resources_controller
Initialized empty Git repository in /Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/.git/
vendor/plugins/rspec needs update to default, exporting archive from rspec...
vendor/plugins/rspec-rails needs update to default, exporting archive from rspec-rails...
[memcache-client] Could not load SystemTimer gem, falling back to Ruby's slower/unsafe timeout library: no such file to load -- system_timer
exists lib/tasks
create lib/tasks/rspec.rake
create script/autospec
create script/spec
create script/spec_server
create spec
create spec/rcov.opts
create spec/spec.opts
create spec/spec_helper.rb
Preparing target 2-0-stable (origin/2-0-stable)
Creating rails app for 2-0-stable...
vendor/rails needs update to default, exporting archive from rails...
cloning resources_controller to vendor/plugins/resources_controller
Initialized empty Git repository in /Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/.git/
vendor/plugins/rspec needs update to default, exporting archive from rspec...
vendor/plugins/rspec-rails needs update to default, exporting archive from rspec-rails...
[memcache-client] Could not load SystemTimer gem, falling back to Ruby's slower/unsafe timeout library: no such file to load -- system_timer
exists lib/tasks
create lib/tasks/rspec.rake
create script/autospec
create script/spec
create script/spec_server
create spec
create spec/rcov.opts
create spec/spec.opts
create spec/spec_helper.rb
==============================================================================
Targets: 2-2-stable, 2-1-stable, 2-0-stable
==============================================================================
------------------------------------------------------------------------------
Target: 2-2-stable (commit 3cb8925, run at Tue May 05 19:28:59 +0100 2009)
------------------------------------------------------------------------------
(in /Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller)
[memcache-client] Could not load SystemTimer gem, falling back to Ruby's slower/unsafe timeout library: no such file to load -- system_timer
..........................................................................................................................................................................................................................................................................................................................................................................FFFFFFFFF...................................................................FFFFFFF..FFFFFFFFFFFFFFFFF............................................................................................................................................................................
1)
NoMethodError in 'Routing shortcuts for Infos should map resource_path to /account/info'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:20:
2)
NoMethodError in 'Routing shortcuts for Infos should map resource_tags_path to /account/info/tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:20:
3)
NoMethodError in 'InfosController (its actions) should not have ['new', 'index', 'destroy', 'create'] in action_methods'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
4)
NoMethodError in 'InfosController (its actions) GET /account/info should be successful'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
5)
NoMethodError in 'InfosController (its actions) GET /account/info/edit should be successful'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
6)
NoMethodError in 'InfosController (its actions) PUT /account/info should be successful'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
7)
NoMethodError in 'InfosController (its actions) GET /account/info/new should raise UnknownAction'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
8)
NoMethodError in 'InfosController (its actions) POST /account/info should raise UnknownAction'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
9)
NoMethodError in 'InfosController (its actions) DELETE /account/info/new should raise UnknownAction'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
10)
NoMethodError in 'Routing shortcuts for Tags should map resources_path to /tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
11)
NoMethodError in 'Routing shortcuts for Tags should map resource_path to /tags/2'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
12)
NoMethodError in 'Routing shortcuts for Tags should map resource_path(9) to /tags/9'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
13)
NoMethodError in 'Routing shortcuts for Tags should map edit_resource_path to /tags/2/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
14)
NoMethodError in 'Routing shortcuts for Tags should map edit_resource_path(9) to /tags/9/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
15)
NoMethodError in 'Routing shortcuts for Tags should map new_resource_path to /forums/1/tags/new'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
16)
NoMethodError in 'Routing shortcuts for Tags should map enclosing_resource_path should raise error'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
17)
NoMethodError in 'Requesting /tags using GET should find the tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:72:in `do_get'
./spec/controllers/tags_controller_spec.rb:78:
18)
NoMethodError in 'Requesting /tags using GET should assign the tags for the view'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:72:in `do_get'
./spec/controllers/tags_controller_spec.rb:82:
19)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map resources_path to /account/info/tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
20)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map resource_path to /account/info/tags/2'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
21)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map resource_path(9) to /account/info/tags/9'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
22)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map edit_resource_path to /account/info/tags/2/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
23)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map edit_resource_path(9) to /account/info/tags/9/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
24)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map new_resource_path to /account/info/tags/new'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
25)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map enclosing_resource_path to /account/info'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
26)
NoMethodError in 'resource_service in TagsController via Account Info should build new tag with @info fk and type with new'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
27)
NoMethodError in 'resource_service in TagsController via Account Info should find @tag with find(@tag.id)'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
28)
NoMethodError in 'resource_service in TagsController via Account Info should raise RecordNotFound with find(@other_tag.id)'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
29)
NoMethodError in 'resource_service in TagsController via Account Info should find only tags belonging to @info with find(:all)'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
30)
NoMethodError in 'Requesting /forums/1/tags using GET should find the account as current_user'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:115:
31)
NoMethodError in 'Requesting /forums/1/tags using GET should get info from current_user'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:121:
32)
NoMethodError in 'Requesting /forums/1/tags using GET should get tags assoc from info'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:126:
33)
NoMethodError in 'Requesting /forums/1/tags using GET should get tags from tags assoc'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-2-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:131:
Finished in 8.11184 seconds
636 examples, 33 failures
+----------------------------------------------------+-------+-------+--------+
| File | Lines | LOC | COV |
+----------------------------------------------------+-------+-------+--------+
|lib/ardes/active_record/saved.rb | 15 | 12 | 100.0% |
|lib/ardes/resources_controller.rb | 936 | 345 | 100.0% |
|lib/ardes/resources_controller/actions.rb | 150 | 84 | 100.0% |
|lib/ardes/resources_controller/helper.rb | 123 | 50 | 100.0% |
|lib/ardes/resources_controller/include_actions.rb | 39 | 25 | 100.0% |
|...ardes/resources_controller/named_route_helper.rb | 156 | 103 | 100.0% |
|lib/ardes/resources_controller/singleton_actions.rb | 24 | 20 | 100.0% |
|lib/ardes/resources_controller/specification.rb | 104 | 50 | 100.0% |
+----------------------------------------------------+-------+-------+--------+
|Total | 1547 | 689 | 100.0% |
+----------------------------------------------------+-------+-------+--------+
100.0% 8 file(s) 1547 Lines 689 LOC
target: 2-2-stable FAIL
------------------------------------------------------------------------------
Target: 2-1-stable (commit 2b15854, run at Tue May 05 19:29:23 +0100 2009)
------------------------------------------------------------------------------
(in /Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller)
[memcache-client] Could not load SystemTimer gem, falling back to Ruby's slower/unsafe timeout library: no such file to load -- system_timer
..........................................................................................................................................................................................................................................................................................................................................................................FFFFFFFFF...................................................................FFFFFFF..FFFFFFFFFFFFFFFFF............................................................................................................................................................................
1)
NoMethodError in 'Routing shortcuts for Infos should map resource_path to /account/info'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:20:
2)
NoMethodError in 'Routing shortcuts for Infos should map resource_tags_path to /account/info/tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:20:
3)
NoMethodError in 'InfosController (its actions) should not have ['new', 'index', 'destroy', 'create'] in action_methods'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
4)
NoMethodError in 'InfosController (its actions) GET /account/info should be successful'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
5)
NoMethodError in 'InfosController (its actions) GET /account/info/edit should be successful'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
6)
NoMethodError in 'InfosController (its actions) PUT /account/info should be successful'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
7)
NoMethodError in 'InfosController (its actions) GET /account/info/new should raise UnknownAction'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
8)
NoMethodError in 'InfosController (its actions) POST /account/info should raise UnknownAction'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
9)
NoMethodError in 'InfosController (its actions) DELETE /account/info/new should raise UnknownAction'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
10)
NoMethodError in 'Routing shortcuts for Tags should map resources_path to /tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
11)
NoMethodError in 'Routing shortcuts for Tags should map resource_path to /tags/2'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
12)
NoMethodError in 'Routing shortcuts for Tags should map resource_path(9) to /tags/9'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
13)
NoMethodError in 'Routing shortcuts for Tags should map edit_resource_path to /tags/2/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
14)
NoMethodError in 'Routing shortcuts for Tags should map edit_resource_path(9) to /tags/9/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
15)
NoMethodError in 'Routing shortcuts for Tags should map new_resource_path to /forums/1/tags/new'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
16)
NoMethodError in 'Routing shortcuts for Tags should map enclosing_resource_path should raise error'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
17)
NoMethodError in 'Requesting /tags using GET should find the tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:72:in `do_get'
./spec/controllers/tags_controller_spec.rb:78:
18)
NoMethodError in 'Requesting /tags using GET should assign the tags for the view'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:72:in `do_get'
./spec/controllers/tags_controller_spec.rb:82:
19)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map resources_path to /account/info/tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
20)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map resource_path to /account/info/tags/2'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
21)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map resource_path(9) to /account/info/tags/9'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
22)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map edit_resource_path to /account/info/tags/2/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
23)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map edit_resource_path(9) to /account/info/tags/9/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
24)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map new_resource_path to /account/info/tags/new'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
25)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map enclosing_resource_path to /account/info'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
26)
NoMethodError in 'resource_service in TagsController via Account Info should build new tag with @info fk and type with new'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
27)
NoMethodError in 'resource_service in TagsController via Account Info should find @tag with find(@tag.id)'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
28)
NoMethodError in 'resource_service in TagsController via Account Info should raise RecordNotFound with find(@other_tag.id)'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
29)
NoMethodError in 'resource_service in TagsController via Account Info should find only tags belonging to @info with find(:all)'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
30)
NoMethodError in 'Requesting /forums/1/tags using GET should find the account as current_user'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:115:
31)
NoMethodError in 'Requesting /forums/1/tags using GET should get info from current_user'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:121:
32)
NoMethodError in 'Requesting /forums/1/tags using GET should get tags assoc from info'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:126:
33)
NoMethodError in 'Requesting /forums/1/tags using GET should get tags from tags assoc'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-1-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:131:
Finished in 6.953099 seconds
636 examples, 33 failures
+----------------------------------------------------+-------+-------+--------+
| File | Lines | LOC | COV |
+----------------------------------------------------+-------+-------+--------+
|lib/ardes/active_record/saved.rb | 15 | 12 | 100.0% |
|lib/ardes/resources_controller.rb | 936 | 345 | 100.0% |
|lib/ardes/resources_controller/actions.rb | 150 | 84 | 100.0% |
|lib/ardes/resources_controller/helper.rb | 123 | 50 | 100.0% |
|lib/ardes/resources_controller/include_actions.rb | 39 | 25 | 100.0% |
|...ardes/resources_controller/named_route_helper.rb | 156 | 103 | 100.0% |
|lib/ardes/resources_controller/singleton_actions.rb | 24 | 20 | 100.0% |
|lib/ardes/resources_controller/specification.rb | 104 | 50 | 100.0% |
+----------------------------------------------------+-------+-------+--------+
|Total | 1547 | 689 | 100.0% |
+----------------------------------------------------+-------+-------+--------+
100.0% 8 file(s) 1547 Lines 689 LOC
target: 2-1-stable FAIL
------------------------------------------------------------------------------
Target: 2-0-stable (commit 7192691, run at Tue May 05 19:29:44 +0100 2009)
------------------------------------------------------------------------------
(in /Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller)
[memcache-client] Could not load SystemTimer gem, falling back to Ruby's slower/unsafe timeout library: no such file to load -- system_timer
..........................................................................................................................................................................................................................................................................................................................................................................FFFFFFFFF...................................................................FFFFFFF..FFFFFFFFFFFFFFFFF............................................................................................................................................................................
1)
NoMethodError in 'Routing shortcuts for Infos should map resource_path to /account/info'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:20:
2)
NoMethodError in 'Routing shortcuts for Infos should map resource_tags_path to /account/info/tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:20:
3)
NoMethodError in 'InfosController (its actions) should not have ['new', 'index', 'destroy', 'create'] in action_methods'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
4)
NoMethodError in 'InfosController (its actions) GET /account/info should be successful'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
5)
NoMethodError in 'InfosController (its actions) GET /account/info/edit should be successful'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
6)
NoMethodError in 'InfosController (its actions) PUT /account/info should be successful'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
7)
NoMethodError in 'InfosController (its actions) GET /account/info/new should raise UnknownAction'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
8)
NoMethodError in 'InfosController (its actions) POST /account/info should raise UnknownAction'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
9)
NoMethodError in 'InfosController (its actions) DELETE /account/info/new should raise UnknownAction'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/infos_controller_spec.rb:8:in `setup_mocks'
./spec/controllers/infos_controller_spec.rb:37:
10)
NoMethodError in 'Routing shortcuts for Tags should map resources_path to /tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
11)
NoMethodError in 'Routing shortcuts for Tags should map resource_path to /tags/2'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
12)
NoMethodError in 'Routing shortcuts for Tags should map resource_path(9) to /tags/9'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
13)
NoMethodError in 'Routing shortcuts for Tags should map edit_resource_path to /tags/2/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
14)
NoMethodError in 'Routing shortcuts for Tags should map edit_resource_path(9) to /tags/9/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
15)
NoMethodError in 'Routing shortcuts for Tags should map new_resource_path to /forums/1/tags/new'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
16)
NoMethodError in 'Routing shortcuts for Tags should map enclosing_resource_path should raise error'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:12:
17)
NoMethodError in 'Requesting /tags using GET should find the tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:72:in `do_get'
./spec/controllers/tags_controller_spec.rb:78:
18)
NoMethodError in 'Requesting /tags using GET should assign the tags for the view'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_spec.rb:72:in `do_get'
./spec/controllers/tags_controller_spec.rb:82:
19)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map resources_path to /account/info/tags'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
20)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map resource_path to /account/info/tags/2'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
21)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map resource_path(9) to /account/info/tags/9'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
22)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map edit_resource_path to /account/info/tags/2/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
23)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map edit_resource_path(9) to /account/info/tags/9/edit'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
24)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map new_resource_path to /account/info/tags/new'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
25)
NoMethodError in 'Routing shortcuts for Tags via account info (/account/info/) should map enclosing_resource_path to /account/info'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:28:
26)
NoMethodError in 'resource_service in TagsController via Account Info should build new tag with @info fk and type with new'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
27)
NoMethodError in 'resource_service in TagsController via Account Info should find @tag with find(@tag.id)'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
28)
NoMethodError in 'resource_service in TagsController via Account Info should raise RecordNotFound with find(@other_tag.id)'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
29)
NoMethodError in 'resource_service in TagsController via Account Info should find only tags belonging to @info with find(:all)'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:72:
30)
NoMethodError in 'Requesting /forums/1/tags using GET should find the account as current_user'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:115:
31)
NoMethodError in 'Requesting /forums/1/tags using GET should get info from current_user'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:121:
32)
NoMethodError in 'Requesting /forums/1/tags using GET should get tags assoc from info'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:126:
33)
NoMethodError in 'Requesting /forums/1/tags using GET should get tags from tags assoc'
super: no superclass method `stub'
/Users/tomtt/created/projects/externals/resources_controller/.garlic/2-0-stable/vendor/plugins/resources_controller/lib/ardes/resources_controller/named_route_helper.rb:53:in `method_missing'
./spec/controllers/tags_controller_via_account_info_spec.rb:110:in `do_get'
./spec/controllers/tags_controller_via_account_info_spec.rb:131:
Finished in 5.494089 seconds
636 examples, 33 failures
+----------------------------------------------------+-------+-------+--------+
| File | Lines | LOC | COV |
+----------------------------------------------------+-------+-------+--------+
|lib/ardes/active_record/saved.rb | 15 | 12 | 100.0% |
|lib/ardes/resources_controller.rb | 936 | 345 | 100.0% |
|lib/ardes/resources_controller/actions.rb | 150 | 84 | 100.0% |
|lib/ardes/resources_controller/helper.rb | 123 | 50 | 100.0% |
|lib/ardes/resources_controller/include_actions.rb | 39 | 25 | 100.0% |
|...ardes/resources_controller/named_route_helper.rb | 156 | 103 | 100.0% |
|lib/ardes/resources_controller/singleton_actions.rb | 24 | 20 | 100.0% |
|lib/ardes/resources_controller/specification.rb | 104 | 50 | 100.0% |
+----------------------------------------------------+-------+-------+--------+
|Total | 1547 | 689 | 100.0% |
+----------------------------------------------------+-------+-------+--------+
100.0% 8 file(s) 1547 Lines 689 LOC
target: 2-0-stable FAIL
==============================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment