search for: find_link

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

Did you mean: find_links
2011 Oct 08
1
Rails view spec expectations/matchers
...quot; describe "comments/index.html.haml" do it "should show a proper breadcrumb" do # Assign instance vars # Mock helper methods render page.should have_selector("div.breadcrumb") page.find("div.breadcrumb").tap do |node| node.find_link("Home").should be node.find_link("Blah1").should be node.find_link("Blah1").should be node.find_link("Comments").should be end end end Is there a better way? Including Capybara just for the finders/matchers seems kinda heavy. Also...
2009 Jan 09
1
Is there a problem with webrat?
...`scoped_dom'' /usr/lib64/ruby/gems/1.8/gems/webrat-0.3.4/lib/webrat/core/scope.rb:158:in `dom'' /usr/lib64/ruby/gems/1.8/gems/webrat-0.3.4/lib/webrat/core/scope.rb:194:in `links'' /usr/lib64/ruby/gems/1.8/gems/webrat-0.3.4/lib/webrat/core/locators.rb:80:in `find_link'' /usr/lib64/ruby/gems/1.8/gems/webrat-0.3.4/lib/webrat/core/scope.rb:134:in `click_link'' /usr/lib64/ruby/gems/1.8/gems/webrat-0.3.4/lib/webrat/rails.rb:88:in `send'' /usr/lib64/ruby/gems/1.8/gems/webrat-0.3.4/lib/webrat/rails.rb:88:in `method_missing'...
2010 Sep 01
4
NoMethodError: undefined method `force_encoding' for "Conten
Hi everyone! Im trying to install mechanizer from http://github.com/tenderlove/mechanize. I`ve clone the project into /tmp folder. When I do rake inside the folder /tmp/mechanizer it gives me this error: mac159180:mechanize renatosis$ rake (in /private/tmp/mechanize) /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -w -Ilib:bin:test:. -e ''require "rubygems";
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
.../dev/null +++ b/server/server.egg-info/top_level.txt @@ -0,0 +1 @@ +ovirtserver diff --git a/server/setup.cfg b/server/setup.cfg new file mode 100644 index 0000000..cb01cf9 --- /dev/null +++ b/server/setup.cfg @@ -0,0 +1,32 @@ +[egg_info] +tag_build = dev +tag_svn_revision = true + +[easy_install] +find_links = http://www.pylonshq.com/download/ + +[nosetests] +with-pylons=test.ini + +# Babel configuration +[compile_catalog] +domain = ovirtserver +directory = ovirtserver/i18n +statistics = true + +[extract_messages] +add_comments = TRANSLATORS: +output_file = ovirtserver/i18n/ovirtserver.pot +width = 80...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...rver/server.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -ovirtserver diff --git a/server/setup.cfg b/server/setup.cfg deleted file mode 100644 index cb01cf9..0000000 --- a/server/setup.cfg +++ /dev/null @@ -1,32 +0,0 @@ -[egg_info] -tag_build = dev -tag_svn_revision = true - -[easy_install] -find_links = http://www.pylonshq.com/download/ - -[nosetests] -with-pylons=test.ini - -# Babel configuration -[compile_catalog] -domain = ovirtserver -directory = ovirtserver/i18n -statistics = true - -[extract_messages] -add_comments = TRANSLATORS: -output_file = ovirtserver/i18n/ovirtserver.pot -width = 80...