|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
4 spec failures on edgeHi all, I wanted to throw these 4 spec failures out in a separate thread since they don't appear to be dependency related. I wanted to see if these are being worked on, and if not, bring them to the authors attention: 1) 'Standard Tags <r:navigation> should render text under <r:unless_first> on every item but the first' FAILED expected "<r:navigation urls=\"Home: / | Assorted: /assorted | Parent: /parent | Radius: /radius\">\n <r:normal><r:unless_first>> </r:unless_first><a href=\"<r:url /> \"><r:title /></a></r:normal>\n <r:here><r:unless_first>> </r:unless_first><r:title /></r:here> \n <r:selected><r:unless_first>> </ r:unless_first><strong><a href=\"<r:url />\"><r:title /></a></strong></ r:selected>\n </r:navigation>" to render, but an exception was thrown undefined tag `unless_first' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/expectations/ fail_with.rb:41:in `fail_with' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/expectations/ handler.rb:21:in `handle_matcher' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/expectations/ extensions/kernel.rb:27:in `should' /Users/travis/Radiant/tekwiz-radiant/spec/models/standard_tags_spec.rb: 677: /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:40:in `instance_eval' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:40:in `execute' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ 1.8/timeout.rb:53:in `timeout' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:37:in `execute' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:214:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:212:in `each' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:212:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:103:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:23:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:22:in `each' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:22:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/options.rb: 151:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ command_line.rb:9:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/bin/spec:5: 2) 'Standard Tags <r:navigation> should render text under <r:unless_last> on every item but the last' FAILED expected "<r:navigation urls=\"Home: / | Assorted: /assorted | Parent: /parent | Radius: /radius\">\n <r:normal><a href=\"<r:url />\"><r:title /></a><r:unless_last> ></ r:unless_last></r:normal>\n <r:here><r:title / ><r:unless_last> ></r:unless_last></r:here>\n <r:selected><strong><a href=\"<r:url />\"><r:title /></a></ strong><r:unless_last> ></r:unless_last></r:selected> \n </r:navigation>" to render, but an exception was thrown undefined tag `unless_last' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/expectations/ fail_with.rb:41:in `fail_with' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/expectations/ handler.rb:21:in `handle_matcher' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/expectations/ extensions/kernel.rb:27:in `should' /Users/travis/Radiant/tekwiz-radiant/spec/models/standard_tags_spec.rb: 687: /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:40:in `instance_eval' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:40:in `execute' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ 1.8/timeout.rb:53:in `timeout' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:37:in `execute' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:214:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:212:in `each' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:212:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:103:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:23:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:22:in `each' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:22:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/options.rb: 151:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ command_line.rb:9:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/bin/spec:5: 1) 'Radiant::AdminUI should load the default snippet regions' FAILED expected: ["help_text"], got: [] (using ==) /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/expectations/ fail_with.rb:41:in `fail_with' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/matchers/ operator_matcher.rb:39:in `fail_with_message' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/matchers/ operator_matcher.rb:61:in `__delegate_operator' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/matchers/ operator_matcher.rb:51:in `eval_match' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/matchers/ operator_matcher.rb:29:in `==' /Users/travis/Radiant/tekwiz-radiant/spec/lib/radiant/admin_ui_spec.rb: 71: /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:40:in `instance_eval' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:40:in `execute' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ 1.8/timeout.rb:53:in `timeout' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:37:in `execute' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:214:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:212:in `each' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:212:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:103:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:23:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:22:in `each' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:22:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/options.rb: 151:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ command_line.rb:9:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/bin/spec:5: 2) 'Radiant::AdminUI should load the default layout regions' FAILED expected: ["help_text"], got: [] (using ==) /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/expectations/ fail_with.rb:41:in `fail_with' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/matchers/ operator_matcher.rb:39:in `fail_with_message' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/matchers/ operator_matcher.rb:61:in `__delegate_operator' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/matchers/ operator_matcher.rb:51:in `eval_match' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/matchers/ operator_matcher.rb:29:in `==' /Users/travis/Radiant/tekwiz-radiant/spec/lib/radiant/admin_ui_spec.rb: 87: /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:40:in `instance_eval' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:40:in `execute' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ 1.8/timeout.rb:53:in `timeout' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_methods.rb:37:in `execute' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:214:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:212:in `each' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:212:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/example/ example_group_methods.rb:103:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:23:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:22:in `each' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ example_group_runner.rb:22:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/options.rb: 151:in `run_examples' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/lib/spec/runner/ command_line.rb:9:in `run' /Library/Ruby/Gems/1.8/gems/rspec-1.2.9/bin/spec:5: -- Travis D Warlick, Jr Lead Developer -- Operis Systems --~--~---------~--~----~------------~-------~--~----~ Radiant CMS Dev Mailing List Post: radiantcms-dev@... Unsubscribe: radiantcms-dev-unsubscribe@... Group Site: http://groups.google.com/group/radiantcms-dev/ -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |