search for: full_descript

Displaying 3 results from an estimated 3 matches for "full_descript".

2013 Mar 28
0
Dude, where's my full description? (bug report & suggested fix in rspec-core 2.13.1)
...;duration": 0.000344, "failure_count": 0, "pending_count":0 }, "examples": [ { "status": "passed", "description": "should == \"an object\"", "full_description": "something in context ", "line_number": 4, "file_path": "./spec/test_spec.rb" } ] } Note that the full_description is missing the matcher documentation. And with ci_reporter 1.8.4, this comes out as a sorry hash...
2006 Sep 15
7
OT: TinyMCE in Rails
...<script type="text/javascript" > tinyMCE.init({ mode: "textareas", theme: ''advanced'', theme_advanced_toolbar_location: ''top'' }); </script> Then in my form: <%= text_area ''position'', ''full_description'' , :cols => "50", :rows => "15" %> I''ve had the cols set to 200 and the rows to 600 and it hasn''t changed. Anyone know how to get this working right or perhaps any issues ? I''ve tested it both in IE 7 and FF 1.5.x Same behaviour...
2008 Dec 01
1
Undefined method "full_description" when trying to run "rake spec"
Hello guys, I''m getting this weird error when trying to run the specs using "rake spec": /home/mauricio/NetBeansProjects/talkies/vendor/rails/actionpack/lib/action_controller/test_process.rb:471:in `method_missing'': undefined method `full_description'' for #<Spec::Rails::Example::ControllerExampleGroup::Subclass_73::Subclass_9:0x7f5fdca4a810> (NoMethodError) from /usr/lib64/ruby/gems/1.8/gems/rspec-1.1.11/lib/spec/matchers.rb:155:in `method_missing'' from /home/mauricio/NetBeansProjects/talkies/vendor/plugins/rspec/li...