Skip to content

Instantly share code, notes, and snippets.

@xrl
Created August 9, 2011 02:43
Show Gist options
  • Save xrl/1133299 to your computer and use it in GitHub Desktop.
Save xrl/1133299 to your computer and use it in GitHub Desktop.
merb-core/active_support false positives expanded
Finished in 52.6 seconds
1343 examples, 113 failures, 5 pending
Failed examples:
rspec ./spec/test/multipart_request_helper_spec.rb:51 # Merb::Test::MultipartRequestHelper#multipart_post should post to the create action
rspec ./spec/test/multipart_request_helper_spec.rb:56 # Merb::Test::MultipartRequestHelper#multipart_post should post to the create action with params
rspec ./spec/test/multipart_request_helper_spec.rb:62 # Merb::Test::MultipartRequestHelper#multipart_post should upload a file to the action using multipart
rspec ./spec/test/multipart_request_helper_spec.rb:83 # Merb::Test::MultipartRequestHelper#multipart_put should put to the update action multipart
rspec ./spec/test/multipart_request_helper_spec.rb:88 # Merb::Test::MultipartRequestHelper#multipart_put should put to the update action with multipart params
rspec ./spec/test/multipart_request_helper_spec.rb:95 # Merb::Test::MultipartRequestHelper#multipart_put should upload a file to the action using multipart
rspec ./spec/public/abstract_controller/base_spec.rb:60 # Merb::AbstractController under inheritance should inherit template roots
rspec ./spec/public/controller/cookies_spec.rb:9 # Merb::Controller._default_cookie_domain is set to Merb::Config[:default_cookie_domain] by default
rspec ./spec/public/controller/cookies_spec.rb:15 # Merb::Controller._default_cookie_domain can be overridden for particular controller
rspec ./spec/public/controller/cookies_spec.rb:20 # Merb::Controller._default_cookie_domain is inherited by subclasses unless overriden
rspec ./spec/public/controller/cookies_spec.rb:34 # Merb::Controller#cookies creating should set a simple cookie
rspec ./spec/public/controller/display_spec.rb:23 # Merb::Controller displaying objects based on mime type should use a template if specified
rspec ./spec/public/controller/display_spec.rb:27 # Merb::Controller displaying objects based on mime type overrides layout settings with render :layout => false
rspec ./spec/public/controller/display_spec.rb:31 # Merb::Controller displaying objects based on mime type should accept an absolute template path argument - with the mimetype extension
rspec ./spec/public/controller/display_spec.rb:35 # Merb::Controller displaying objects based on mime type should accept an absolute template path argument - without the mimetype extension
rspec ./spec/public/controller/display_spec.rb:39 # Merb::Controller displaying objects based on mime type should accept a relative template path argument - with the mimetype extension
rspec ./spec/public/controller/display_spec.rb:43 # Merb::Controller displaying objects based on mime type should accept a relative template path argument - without the mimetype extension
rspec ./spec/public/controller/display_spec.rb:47 # Merb::Controller displaying objects based on mime type should accept a layout argument when calling to_*
rspec ./spec/public/controller/display_spec.rb:52 # Merb::Controller displaying objects based on mime type should accept a layout argument with a template
rspec ./spec/public/controller/display_spec.rb:56 # Merb::Controller displaying objects based on mime type should accept a template path argument
rspec ./spec/public/controller/resource_spec.rb:216 # Merb::Controller#resource a namespaced resource collection route should generate the url for a member of the collection
rspec ./spec/public/controller/resource_spec.rb:220 # Merb::Controller#resource a namespaced resource collection route should generate the url for a new member
rspec ./spec/public/controller/resource_spec.rb:224 # Merb::Controller#resource a namespaced resource collection route should generate the url for editing a member of the collection
rspec ./spec/public/controller/resource_spec.rb:228 # Merb::Controller#resource a namespaced resource collection route should generate the url for deleting a member of the collection
rspec ./spec/public/controller/responder_spec.rb:14 # Merb::Controller responds should default the mime-type to HTML
rspec ./spec/public/controller/responder_spec.rb:18 # Merb::Controller responds should use other mime-types if they are provided on the controller-level
rspec ./spec/public/controller/responder_spec.rb:28 # Merb::Controller responds should use mime-types that are provided at the action-level
rspec ./spec/public/controller/responder_spec.rb:33 # Merb::Controller responds should use mime-types that are provided at the controller-level as well as the action-level (controller)
rspec ./spec/public/controller/responder_spec.rb:40 # Merb::Controller responds should use mime-types that are provided at the controller-level as well as the action-level (action)
rspec ./spec/public/controller/responder_spec.rb:47 # Merb::Controller responds should use the first mime-type when accepting anything */*
rspec ./spec/public/controller/responder_spec.rb:52 # Merb::Controller responds should pick application/xhtml+xml when both application/xml and application/xhtml+xml are available
rspec ./spec/public/controller/responder_spec.rb:58 # Merb::Controller responds should use the first mime-type when accepting anything */*, even if something unprovidable comes first
rspec ./spec/public/controller/responder_spec.rb:63 # Merb::Controller responds should use the pick the first mime-type from the list not the */*
rspec ./spec/public/controller/responder_spec.rb:68 # Merb::Controller responds should pick the first mime-type if no specific supported content-type matches are *available*
rspec ./spec/public/controller/responder_spec.rb:73 # Merb::Controller responds should pick the first mime-type if no specific supported content-type matches are actually *provided*
rspec ./spec/public/controller/responder_spec.rb:78 # Merb::Controller responds should select the format based on params supplied to it with controller-level provides
rspec ./spec/public/controller/responder_spec.rb:83 # Merb::Controller responds should select the format based on params supplied to it with action-level provides
rspec ./spec/public/controller/responder_spec.rb:88 # Merb::Controller responds should select the format based on params supplied to it with controller and action provides (controller)
rspec ./spec/public/controller/responder_spec.rb:93 # Merb::Controller responds should select the format based on params supplied to it with controller and action provides (action)
rspec ./spec/public/controller/responder_spec.rb:140 # Merb::Controller responds should return the correct default HTTP headers for a format
rspec ./spec/public/directory_structure/directory_spec.rb:5 # The default Merb directory structure should load in controllers
rspec ./spec/public/directory_structure/directory_spec.rb:9 # The default Merb directory structure should be able to complete the dispatch cycle
rspec ./spec/public/directory_structure/directory_spec.rb:14 # The default Merb directory structure should be able to complete the dispatch cycle with templates
rspec ./spec/public/directory_structure/directory_spec.rb:23 # Modifying the _template_path should move the templates to a new location
rspec ./spec/public/rack/conditinal_get_middleware_spec.rb:53 # Merb::Rack::ConditionalGet when response has no ETag header and no Last-Modified header it should behave like when the client does NOT have an up-to-date document does not modify status
rspec ./spec/public/rack/conditinal_get_middleware_spec.rb:57 # Merb::Rack::ConditionalGet when response has no ETag header and no Last-Modified header it should behave like when the client does NOT have an up-to-date document does not modify message-body
rspec ./spec/public/rack/conditinal_get_middleware_spec.rb:43 # Merb::Rack::ConditionalGet when response has ETag header and it == to HTTP_IF_NONE_MATCH of the request it should behave like when the client already has an up-to-date document sets status to "304"
rspec ./spec/public/rack/conditinal_get_middleware_spec.rb:47 # Merb::Rack::ConditionalGet when response has ETag header and it == to HTTP_IF_NONE_MATCH of the request it should behave like when the client already has an up-to-date document returns no message-body
rspec ./spec/public/rack/conditinal_get_middleware_spec.rb:53 # Merb::Rack::ConditionalGet when response has ETag header and it IS NOT == to HTTP_IF_NONE_MATCH of the request it should behave like when the client does NOT have an up-to-date document does not modify status
rspec ./spec/public/rack/conditinal_get_middleware_spec.rb:57 # Merb::Rack::ConditionalGet when response has ETag header and it IS NOT == to HTTP_IF_NONE_MATCH of the request it should behave like when the client does NOT have an up-to-date document does not modify message-body
rspec ./spec/public/rack/conditinal_get_middleware_spec.rb:43 # Merb::Rack::ConditionalGet when response has Last-Modified header and it == to HTTP_IF_NOT_MODIFIED_SINCE of the request it should behave like when the client already has an up-to-date document sets status to "304"
rspec ./spec/public/rack/conditinal_get_middleware_spec.rb:47 # Merb::Rack::ConditionalGet when response has Last-Modified header and it == to HTTP_IF_NOT_MODIFIED_SINCE of the request it should behave like when the client already has an up-to-date document returns no message-body
rspec ./spec/public/rack/conditinal_get_middleware_spec.rb:53 # Merb::Rack::ConditionalGet when response has Last-Modified header and it IS NOT == to HTTP_IF_NOT_MODIFIED_SINCE of the request it should behave like when the client does NOT have an up-to-date document does not modify status
rspec ./spec/public/rack/conditinal_get_middleware_spec.rb:57 # Merb::Rack::ConditionalGet when response has Last-Modified header and it IS NOT == to HTTP_IF_NOT_MODIFIED_SINCE of the request it should behave like when the client does NOT have an up-to-date document does not modify message-body
rspec ./spec/public/rack/shared_example_groups.rb:10 # Merb::Rack::Application it should behave like rack application returns status as first tuple element
rspec ./spec/public/rack/shared_example_groups.rb:18 # Merb::Rack::Application it should behave like rack application returns response body as third tuple element
rspec ./spec/public/rack/shared_example_groups.rb:10 # Merb::Rack::Middleware it should behave like rack application returns status as first tuple element
rspec ./spec/public/rack/shared_example_groups.rb:18 # Merb::Rack::Middleware it should behave like rack application returns response body as third tuple element
rspec ./spec/public/rack/shared_example_groups.rb:24 # Merb::Rack::Middleware it should behave like transparent middleware delegates request handling to wrapped Rack application
rspec ./spec/public/rack/shared_example_groups.rb:10 # Merb::Rack::Tracer it should behave like rack application returns status as first tuple element
rspec ./spec/public/rack/shared_example_groups.rb:18 # Merb::Rack::Tracer it should behave like rack application returns response body as third tuple element
rspec ./spec/public/rack/shared_example_groups.rb:24 # Merb::Rack::Tracer it should behave like transparent middleware delegates request handling to wrapped Rack application
rspec ./spec/public/rack/rack_middleware_spec.rb:97 # Merb::Rack::ContentLength sets Content-Length header to response body size
rspec ./spec/public/rack/shared_example_groups.rb:10 # Merb::Rack::ContentLength it should behave like rack application returns status as first tuple element
rspec ./spec/public/rack/shared_example_groups.rb:18 # Merb::Rack::ContentLength it should behave like rack application returns response body as third tuple element
rspec ./spec/public/rack/shared_example_groups.rb:24 # Merb::Rack::ContentLength it should behave like transparent middleware delegates request handling to wrapped Rack application
rspec ./spec/public/rack/shared_example_groups.rb:10 # Merb::Rack::Head it should behave like rack application returns status as first tuple element
rspec ./spec/public/request/multipart_spec.rb:45 # Merb::Request character set handling should support quoted-printable encoding for parameters
rspec ./spec/public/request/multipart_spec.rb:53 # Merb::Request character set handling should support base64 encoding for parameters
rspec ./spec/public/request/multipart_spec.rb:60 # Merb::Request character set handling should receive UTF-8 data from other encodings
rspec ./spec/public/session/cookie_session_spec.rb:16 # Merb::CookieSession should have a session_store_type class attribute
rspec ./spec/public/session/session_shared.rb:18 # Merb::CookieSession it should behave like All session-store backends should be instanciated using the 'generate' method
rspec ./spec/public/session/session_shared.rb:22 # Merb::CookieSession it should behave like All session-store backends should store the session_id
rspec ./spec/public/session/session_shared.rb:26 # Merb::CookieSession it should behave like All session-store backends should have bracket accessors for setting data
rspec ./spec/public/session/cookie_session_spec.rb:27 # Merb::CookieSession mixed into Merb::Controller should represent the controller session
rspec ./spec/public/session/cookie_session_spec.rb:33 # Merb::CookieSession mixed into Merb::Controller should store and retrieve session data
rspec ./spec/public/session/cookie_session_spec.rb:43 # Merb::CookieSession mixed into Merb::Controller should allow regeneration of the session
rspec ./spec/public/session/cookie_session_spec.rb:52 # Merb::CookieSession mixed into Merb::Controller shouldn't allow tampering with cookie data
rspec ./spec/public/session/cookie_session_spec.rb:63 # Merb::CookieSession mixed into Merb::Controller shouldn't allow tampering with cookie fingerprints
rspec ./spec/public/session/cookie_session_spec.rb:74 # Merb::CookieSession mixed into Merb::Controller should set cookie domain to default_cookie_domain if set
rspec ./spec/public/session/session_shared.rb:40 # Merb::MemcacheSession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should represent the controller session
rspec ./spec/public/session/session_shared.rb:47 # Merb::MemcacheSession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should store session data
rspec ./spec/public/session/session_shared.rb:57 # Merb::MemcacheSession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should retrieve session data
rspec ./spec/public/session/session_shared.rb:66 # Merb::MemcacheSession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should allow regeneration of the session
rspec ./spec/public/session/session_shared.rb:76 # Merb::MemcacheSession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should allow the session to be destroyed
rspec ./spec/public/session/session_shared.rb:91 # Merb::MemcacheSession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should not set the Set-Cookie header when the session(_id) didn't change
rspec ./spec/public/session/session_shared.rb:101 # Merb::MemcacheSession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should have mixed in Merb::Session methods
rspec ./spec/public/session/session_shared.rb:40 # Merb::MemorySession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should represent the controller session
rspec ./spec/public/session/session_shared.rb:47 # Merb::MemorySession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should store session data
rspec ./spec/public/session/session_shared.rb:57 # Merb::MemorySession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should retrieve session data
rspec ./spec/public/session/session_shared.rb:66 # Merb::MemorySession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should allow regeneration of the session
rspec ./spec/public/session/session_shared.rb:76 # Merb::MemorySession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should allow the session to be destroyed
rspec ./spec/public/session/session_shared.rb:91 # Merb::MemorySession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should not set the Set-Cookie header when the session(_id) didn't change
rspec ./spec/public/session/session_shared.rb:101 # Merb::MemorySession mixed into Merb::Controller it should behave like All session-stores mixed into Merb::Controller should have mixed in Merb::Session methods
rspec ./spec/public/session/multiple_sessions_spec.rb:20 # An app with multiple session stores configured should store cookie-based session data
rspec ./spec/public/session/multiple_sessions_spec.rb:28 # An app with multiple session stores configured should retrieve cookie-based session data
rspec ./spec/public/session/multiple_sessions_spec.rb:37 # An app with multiple session stores configured should store memory-based session data
rspec ./spec/public/session/multiple_sessions_spec.rb:44 # An app with multiple session stores configured should retrieve memory-based session data
rspec ./spec/public/session/multiple_sessions_spec.rb:54 # An app with multiple session stores configured should store memcache-based session data
rspec ./spec/public/session/multiple_sessions_spec.rb:61 # An app with multiple session stores configured should retrieve memcache-based session data
rspec ./spec/public/template/template_spec.rb:85 # Merb::Template should know how to correctly report errors
rspec ./spec/public/webrat/webrat_spec.rb:13 # an app tested using the webrat proxies#visit supports visit
rspec ./spec/public/webrat/webrat_spec.rb:17 # an app tested using the webrat proxies#visit can use the Merb expectations with visit
rspec ./spec/public/webrat/webrat_spec.rb:21 # an app tested using the webrat proxies#visit supports visit intermixed with request
rspec ./spec/public/webrat/webrat_spec.rb:28 # an app tested using the webrat proxies#click_link supports click_link
rspec ./spec/public/webrat/webrat_spec.rb:33 # an app tested using the webrat proxies#click_link can use the Merb expectations with click_link
rspec ./spec/public/webrat/webrat_spec.rb:41 # an app tested using the webrat proxies filling in forms lets you fill in text fields
rspec ./spec/public/webrat/webrat_spec.rb:48 # an app tested using the webrat proxies filling in forms returns the response when you fill in text fields
rspec ./spec/public/webrat/webrat_spec.rb:56 # an app tested using the webrat proxies filling in forms lets you check checkboxes
rspec ./spec/public/webrat/webrat_spec.rb:61 # an app tested using the webrat proxies filling in forms returns the response when you check checkboxes
rspec ./spec/public/webrat/webrat_spec.rb:70 # an app tested using the webrat proxies runs through defined Rack middle ware returns the response in the rack middleware
rspec ./spec/private/core_ext/kernel_spec.rb:4 # Kernel#caller should be able to determine caller info
rspec ./spec/private/core_ext/kernel_spec.rb:8 # Kernel#caller should be able to get caller lines
one:merb-core xavierlange$ mate ./spec/test/multipart_request_helper_spec.rb
one:merb-core xavierlange$ rake spec SPEC=./spec/test/multipart_request_helper_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/test/multipart_request_helper_spec.rb
..............
Finished in 0.15799 seconds
14 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/abstract_controller/base_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/abstract_controller/base_spec.rb
........
Finished in 0.00782 seconds
8 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/controller/cookies_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/controller/cookies_spec.rb
.............
Finished in 0.0998 seconds
13 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/controller/display_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/controller/display_spec.rb
.................
Finished in 0.17023 seconds
17 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/controller/resource_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/controller/resource_spec.rb
...............................................
Finished in 2.49 seconds
47 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/directory_structure/directory_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/directory_structure/directory_spec.rb
......
Finished in 0.01159 seconds
6 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/rack/conditinal_get_middleware_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/rack/conditinal_get_middleware_spec.rb
..........
Finished in 0.3481 seconds
10 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/rack/shared_example_groups.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/rack/shared_example_groups.rb
No examples found.
Finished in 0.00025 seconds
0 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/rack/rack_middleware_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/rack/rack_middleware_spec.rb
.....................................
Finished in 0.20569 seconds
37 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/rack/shared_example_groups.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/rack/shared_example_groups.rb
No examples found.
Finished in 0.00049 seconds
0 examples, 0 failures
one:merb-core xavierlange$ mate ./spec/public/rack/shared_example_groups.rb
one:merb-core xavierlange$ rake spec SPEC=./spec/public/request/multipart_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/request/multipart_spec.rb
.......FFF
Failures:
1) Merb::Request character set handling should support quoted-printable encoding for parameters
Failure/Error: request.params[:file][:filename].should == "this is some text"
expected: "this is some text"
got: "=?iso-8859-1?q?this=20is=20some=20text?=" (using ==)
# ./spec/public/request/multipart_spec.rb:50:in `__script__'
# kernel/common/eval.rb:120:in `instance_eval'
# kernel/bootstrap/array.rb:97:in `map'
# kernel/bootstrap/array.rb:97:in `map'
# kernel/bootstrap/array.rb:97:in `map'
2) Merb::Request character set handling should support base64 encoding for parameters
Failure/Error: request.params[:file][:filename].should == "this is some text"
expected: "this is some text"
got: "=?iso-8859-1?b?dGhpcyBpcyBzb21lIHRleHQ=?=" (using ==)
# ./spec/public/request/multipart_spec.rb:57:in `__script__'
# kernel/common/eval.rb:120:in `instance_eval'
# kernel/bootstrap/array.rb:97:in `map'
# kernel/bootstrap/array.rb:97:in `map'
# kernel/bootstrap/array.rb:97:in `map'
3) Merb::Request character set handling should receive UTF-8 data from other encodings
Failure/Error: request.params[:file][:filename].should == "\xC3\xBE"
expected: "þ"
got: "=?iso-8859-1?q?=FE?=" (using ==)
# ./spec/public/request/multipart_spec.rb:66:in `__script__'
# kernel/common/eval.rb:120:in `instance_eval'
# kernel/bootstrap/array.rb:97:in `map'
# kernel/bootstrap/array.rb:97:in `map'
# kernel/bootstrap/array.rb:97:in `map'
Finished in 0.11711 seconds
10 examples, 3 failures
Failed examples:
rspec ./spec/public/request/multipart_spec.rb:45 # Merb::Request character set handling should support quoted-printable encoding for parameters
rspec ./spec/public/request/multipart_spec.rb:53 # Merb::Request character set handling should support base64 encoding for parameters
rspec ./spec/public/request/multipart_spec.rb:60 # Merb::Request character set handling should receive UTF-8 data from other encodings
one:merb-core xavierlange$ rake spec SPEC=./spec/public/session/cookie_session_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/session/cookie_session_spec.rb
..........
Finished in 0.10501 seconds
10 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/session/session_shared.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/session/session_shared.rb
An exception occurred at_exit handler
Shared example group 'All session-store backends' already exists (ArgumentError)
Backtrace:
RSpec::Core::SharedExampleGroup(Object)#ensure_shared_example_group_name_not_taken at \
gems/rbx/1.8/gems/rspec-core-2.6.4/lib/rspec/core/shared_example_group.rb:59
RSpec::Core::SharedExampleGroup(Object)#shared_examples_for (shared_context) at \
gems/rbx/1.8/gems/rspec-core-2.6.4/lib/rspec/core/shared_example_group.rb:8
Object#__script__ at spec/public/session
/session_shared.rb:16
Kernel(RSpec::Core::Configuration)#load at kernel/common/kernel.rb:732
{ } in RSpec::Core::Configuration#load_spec_files at gems/rbx/1.8/gems
/rspec-core-2.6.4/lib
/rspec/core
/configuration.rb:419
Array#map at kernel/bootstrap/array.rb:97
RSpec::Core::Configuration#load_spec_files at gems/rbx/1.8/gems
/rspec-core-2.6.4/lib/rspec/core
/configuration.rb:419
RSpec::Core::CommandLine#run at gems/rbx/1.8/gems/rspec-core-2.6.4/lib
/rspec/core/command_line.rb:18
RSpec::Core::Runner.run_in_process at gems/rbx/1.8/gems/rspec-core-2.6.4/lib
/rspec/core/runner.rb:80
RSpec::Core::Runner.run at gems/rbx/1.8/gems/rspec-core-2.6.4/lib
/rspec/core/runner.rb:69
{ } in RSpec::Core::Runner.autorun at gems/rbx/1.8/gems/rspec-core-2.6.4/lib
/rspec/core/runner.rb:11
Rubinius::Loader#epilogue at kernel/loader.rb:660
Rubinius::Loader#main at kernel/loader.rb:791
one:merb-core xavierlange$ rake spec SPEC=./spec/public/session/cookie_session_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/session/cookie_session_spec.rb
..........
Finished in 0.05543 seconds
10 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/session/cookie_session_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/session/cookie_session_spec.rb
..........
Finished in 0.1252 seconds
10 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/session/session_shared.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/session/session_shared.rb
An exception occurred at_exit handler
Shared example group 'All session-store backends' already exists (ArgumentError)
Backtrace:
RSpec::Core::SharedExampleGroup(Object)#ensure_shared_example_group_name_not_taken at \
gems/rbx/1.8/gems/rspec-core-2.6.4/lib/rspec/core/shared_example_group.rb:59
RSpec::Core::SharedExampleGroup(Object)#shared_examples_for (shared_context) at \
gems/rbx/1.8/gems/rspec-core-2.6.4/lib/rspec/core/shared_example_group.rb:8
Object#__script__ at spec/public/session
/session_shared.rb:16
Kernel(RSpec::Core::Configuration)#load at kernel/common/kernel.rb:732
{ } in RSpec::Core::Configuration#load_spec_files at gems/rbx/1.8/gems
/rspec-core-2.6.4/lib
/rspec/core
/configuration.rb:419
Array#map at kernel/bootstrap/array.rb:97
RSpec::Core::Configuration#load_spec_files at gems/rbx/1.8/gems
/rspec-core-2.6.4/lib/rspec/core
/configuration.rb:419
RSpec::Core::CommandLine#run at gems/rbx/1.8/gems/rspec-core-2.6.4/lib
/rspec/core/command_line.rb:18
RSpec::Core::Runner.run_in_process at gems/rbx/1.8/gems/rspec-core-2.6.4/lib
/rspec/core/runner.rb:80
RSpec::Core::Runner.run at gems/rbx/1.8/gems/rspec-core-2.6.4/lib
/rspec/core/runner.rb:69
{ } in RSpec::Core::Runner.autorun at gems/rbx/1.8/gems/rspec-core-2.6.4/lib
/rspec/core/runner.rb:11
Rubinius::Loader#epilogue at kernel/loader.rb:660
Rubinius::Loader#main at kernel/loader.rb:791
one:merb-core xavierlange$ rake spec SPEC=./spec/public/session/multiple_sessions_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/session/multiple_sessions_spec.rb
......
Finished in 0.02736 seconds
6 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/public/template/template_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/template/template_spec.rb
....F.
Failures:
1) Merb::Template should know how to correctly report errors
Failure/Error: e.backtrace.first.match(/\/([^:\/]*:\d*)/)[1].should == "error.html.erb:2"
expected: "error.html.erb:2"
got: "kernel.rb:79" (using ==)
# ./spec/public/template/template_spec.rb:91:in `__script__'
# kernel/common/eval.rb:120:in `instance_eval'
# kernel/bootstrap/array.rb:97:in `map'
# kernel/bootstrap/array.rb:97:in `map'
Finished in 0.02137 seconds
6 examples, 1 failure
Failed examples:
rspec ./spec/public/template/template_spec.rb:85 # Merb::Template should know how to correctly report errors
one:merb-core xavierlange$ rake spec SPEC=./spec/public/webrat/webrat_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/public/webrat/webrat_spec.rb
..........
Finished in 0.21393 seconds
10 examples, 0 failures
one:merb-core xavierlange$ rake spec SPEC=./spec/private/core_ext/kernel_spec.rb
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
/Users/xavierlange/.rvm/rubies/rbx-nhydra/bin/rbx -S bundle exec rspec --require /Users/xavierlange/code/merb/merb-core/spec/spec_helper ./spec/private/core_ext/kernel_spec.rb
FF...
Failures:
1) Kernel#caller should be able to determine caller info
Failure/Error: __caller_info__.should be_kind_of(Array)
expected true to be a kind of Array
# ./spec/private/core_ext/kernel_spec.rb:5:in `__script__'
# kernel/common/eval.rb:120:in `instance_eval'
# kernel/bootstrap/array.rb:97:in `map'
# kernel/bootstrap/array.rb:97:in `map'
2) Kernel#caller should be able to get caller lines
Failure/Error: __caller_lines__(__caller_info__[0], __caller_info__[1], 4) { i += 1 }
NoMethodError:
undefined method `[]' on true:TrueClass.
# kernel/delta/kernel.rb:79:in `[] (method_missing)'
# ./spec/private/core_ext/kernel_spec.rb:10:in `__script__'
# kernel/common/eval.rb:120:in `instance_eval'
# kernel/bootstrap/array.rb:97:in `map'
# kernel/bootstrap/array.rb:97:in `map'
Finished in 0.01587 seconds
5 examples, 2 failures
Failed examples:
rspec ./spec/private/core_ext/kernel_spec.rb:4 # Kernel#caller should be able to determine caller info
rspec ./spec/private/core_ext/kernel_spec.rb:8 # Kernel#caller should be able to get caller lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment