search for: context_runn

Displaying 5 results from an estimated 5 matches for "context_runn".

Did you mean: context_run
2007 Jan 12
2
spec_ui problems
...from /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.5/lib/spec/ runner/context.rb:54:in `each'' from /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.5/lib/spec/ runner/context.rb:54:in `run'' from /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.5/lib/spec/ runner/context_runner.rb:23:in `run'' from /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.5/lib/spec/ runner/context_runner.rb:22:in `each'' from /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.5/lib/spec/ runner/context_runner.rb:22:in `run'' from /opt/local/lib/ruby/gems...
2007 Feb 13
16
Error against latest trunk while testing via spec for model
Hi I just did an update to lates trunk ================= context "Given a generated venue_spec.rb with fixtures loaded" do fixtures :venues specify "fixtures should load two Venues" do Venue.should have(2).records end end ================== gives me ========== 1) TypeError in ''Given a generated venue_spec.rb with fixtures loaded fixtures should load two
2007 Apr 11
13
View Specs Fail with "protected method render"
I''ve got rspec and zentest installed as well as the rspec rails plugin, and my model/controller specs all pass and work well. I can''t seem to get views to work though - 100% of the specs fail with: NoMethodError in ''/users/show.rhtml should render attributes in <p>'' protected method `render'' called for
2006 Dec 07
3
Newbie Error Running specs
...ugins/rspec_on_rails/lib/rspec_on_rails.rb:38:in `run'': You have a nil object when you didn''t expect it! (NoMethodError) You might have expected an instance of Array. The error occured while evaluating nil.each from /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.4/lib/spec/runner/context_runner.rb:23:in `run'' from /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.4/lib/spec/runner/context_runner.rb:22:in `run'' from /usr/local/lib/ruby/gems/1.8/gems/rspec-0.7.4/lib/spec/runner/command_line.rb:26:in `run'' from /usr/local/lib/ruby/gems/1.8/gems/...
2006 Dec 08
2
UJS plugin incompatible with RSpec?
...specification.rb:30:in `run'' /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.4/lib/spec/runner/context.rb:45:in `run'' /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.4/lib/spec/runner/context.rb:44:in `run'' /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.4/lib/spec/runner/context_runner.rb:23:in `run'' /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.4/lib/spec/runner/context_runner.rb:22:in `run'' /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.4/lib/spec/runner/command_line.rb:26:in `run'' /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.4/bin/spec:4 ----...