Skip to content

Instantly share code, notes, and snippets.

@jamesbebbington
Created August 12, 2011 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesbebbington/1142138 to your computer and use it in GitHub Desktop.
Save jamesbebbington/1142138 to your computer and use it in GitHub Desktop.
cells 3.6.4 test failures
ree-1.8.7@cells (master) lebigmac:cells james$ gem list
*** LOCAL GEMS ***
abstract (1.0.0)
actionpack (3.0.9)
activemodel (3.0.9)
activesupport (3.0.9)
builder (2.1.2)
bundler (1.0.17)
daemon_controller (0.2.6)
erubis (2.6.6)
fastthread (1.0.7)
haml (3.1.2)
i18n (0.5.0)
passenger (3.0.7)
rack (1.2.3)
rack-mount (0.6.14)
rack-test (0.5.7)
railties (3.0.9)
rake (0.9.2, 0.8.7)
rdoc (3.9.2)
shoulda (2.11.3)
slim (1.0.1)
temple (0.3.2)
thor (0.14.6)
tilt (1.3.2)
tzinfo (0.3.29)
ree-1.8.7@cells (master) lebigmac:cells james$ rake test
/Users/james/.rvm/rubies/ree-1.8.7-2011.03/bin/ruby -I"lib:test" -I"/Users/james/.rvm/gems/ree-1.8.7-2011.03@cells/gems/rake-0.9.2/lib" "/Users/james/.rvm/gems/ree-1.8.7-2011.03@cells/gems/rake-0.9.2/lib/rake/rake_test_loader.rb" "test/cell_generator_test.rb" "test/cell_module_test.rb" "test/cells_module_test.rb" "test/helper_test.rb" "test/test_case_test.rb" "test/rails/caching_test.rb" "test/rails/cells_test.rb" "test/rails/integration_test.rb" "test/rails/render_test.rb" "test/rails/router_test.rb" "test/rails/view_test.rb"
You did not specify how you would like Rails to report deprecation notices for your test environment, please set config.active_support.deprecation to :stderr at config/environments/test.rb
rails-3.0
* DEFERRED: A rails cell delegation should delegate log.
* WARNING: 'test: Invoking render should raise an error for a non-existent template. ' is already defined
Loaded suite /Users/james/.rvm/gems/ree-1.8.7-2011.03@cells/gems/rake-0.9.2/lib/rake/rake_test_loader
Started
...E...........................................................................................E............E..
.....EEEEEEEEEEEEE
Finished in 2.005437 seconds.
1) Error:
test: A Rails app should delegate #url_options to the parent_controller. (ApplicationTests::RouterTest):
RuntimeError: Missing host to link to! Please provide :host parameter or set default_url_options[:host]
2) Error:
test: Invoking render should accept :format. (RailsRenderTest):
NoMethodError: undefined method `size' for :js:Symbol
3) Error:
test: Invoking render should raise an error for a non-existent template. (RailsRenderTest):
NoMethodError: undefined method `assert_includes' for #<RailsRenderTest:0x1a0dd94>
4) Error:
test: A TestCase in declarative tests #in_view should execute the block in a real view. (TestCaseTest):
NameError: uncaught throw `invalid_test'
5) Error:
test: A TestCase in declarative tests #setup_test_states_in should add the :in_view state. (TestCaseTest):
NameError: uncaught throw `invalid_test'
6) Error:
test: A TestCase in declarative tests should infer the cell name. (TestCaseTest):
NameError: uncaught throw `invalid_test'
7) Error:
test: A TestCase in declarative tests should respond to TestCase.tests. (TestCaseTest):
NameError: uncaught throw `invalid_test'
8) Error:
test: A TestCase in declarative tests with #invoke should provide #invoke accepting options. (TestCaseTest):
NameError: uncaught throw `invalid_test'
9) Error:
test: A TestCase in declarative tests with #invoke should provide #invoke. (TestCaseTest):
NameError: uncaught throw `invalid_test'
10) Error:
test: A TestCase in declarative tests with #invoke should provide #last_invoke. (TestCaseTest):
NameError: uncaught throw `invalid_test'
11) Error:
test: A TestCase in declarative tests with #invoke should provide assert_select. (TestCaseTest):
NameError: uncaught throw `invalid_test'
12) Error:
test: A TestCase should respond to #assert_selector with 3 args. (TestCaseTest):
NameError: uncaught throw `invalid_test'
13) Error:
test: A TestCase should respond to #cell with a block. (TestCaseTest):
NameError: uncaught throw `invalid_test'
14) Error:
test: A TestCase should respond to #cell with options and block. (TestCaseTest):
NameError: uncaught throw `invalid_test'
15) Error:
test: A TestCase should respond to #cell. (TestCaseTest):
NameError: uncaught throw `invalid_test'
16) Error:
test: A TestCase should respond to #render_cell. (TestCaseTest):
NameError: uncaught throw `invalid_test'
129 tests, 225 assertions, 0 failures, 16 errors
rake aborted!
Command failed with status (1): [/Users/james/.rvm/rubies/ree-1.8.7-2011.03...]
Tasks: TOP => test
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment