search for: yamab

Displaying 6 results from an estimated 6 matches for "yamab".

Did you mean: yama
2007 Jan 12
5
Integration Testing - Wait, Watir, or Selenium
...ly with RSpec - doesn''t work with Ajax because of Safari event firing issues Selenium - Works with Ajax - doesn''t integrate with RSpec What is the best guess timeframe for RSpec integration testing? Will it be able to test Ajax application in the early iterations? Thanks, Brian Yamabe
2007 Jan 09
6
spec not running in TextMate
I tried running a spec with command-r in TextMate and got: /Library/Application Support/TextMate/Bundles/RSpec.tmbundle/Support/ lib/spec_mate.rb:1:in `require'': No such file to load -- rubygems (LoadError) from /Library/Application Support/TextMate/Bundles/ RSpec.tmbundle/Support/lib/spec_mate.rb:1 from /tmp/ temp_textmate.GplhPr:3:in `require'' from
2007 Jan 19
2
rake spec:views
rake spec:views does not run the specs in my views folder. I can run them with spec <path>. Is there something I missed? ---Brian Yamabe
2007 Jan 12
2
spec_ui problems
...to pause the "browser"? If my connection slows, the test gets out of whack. The selenium example fails right away (output below). I do have the 0.9.0 selenium-rc server running. I executed rake from inside each of the specific example directories. Thanks for any help. ---Brian Yamabe watir failure ---------- /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.5/lib/spec/expectations/ sugar.rb:13:in `call'': undefined local variable or method `current_spec_number'' for #<Spec::Ui::WebappFormatter:0x10083d0> (NameError) from /opt/local/lib/ruby/gems/...
2007 Jan 21
35
Collection proxies need to be stubbed ?
Hi all ! I just started writing specs on a new project. I would just like to validate that this is the way you would write it. I know about mocks, stubs and expectations. I don''t think this is a problem for me. My question really boils down to: def index @projects = current_user.projects.active end My spec needs to return the proxy, no ? Here''s my code: context "A
2007 Feb 28
2
rdoc for Spec::Rails
Hi, where can i find the rdoc for rspec-rails. The content of README-FIle of rspec_rails is: "See Spec::Rails" But i couldn''t find Spec::Rails on http://rspec.rubyforge.org/rdoc/ index.html (it is updated to 0.8.0) Best Hussein