-
When I run my tests using cucumber/celerity I dont see any errors in my output file, however I see the following. all my tests are doing is just clicking through a bunch of links and navigating.
C:\m…
bkone updated
14 years ago
-
Since Webdriver can use HtmlUnit, it would be nice to have watir-webdriver to use HtmlUnit as headless browser (or at least celerity).
-
When I encounter HTML in the form
```
...
...
...
...
...
```
and then wish to extract the stuff in the emb…
jozip updated
14 years ago
-
Back before the `platform` stuff got released I reported a problem with running JRuby processes (eg. Celerity, which only runs under JRuby) in the context of an application that is otherwise all MRI (…
-
After "gem update" command, rspec-rails got updated and it cant find autotest.
$ gem list
**\* LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.3)
actionpack (3.0.3)
activemodel (3.0.3)
activereco…
airy updated
13 years ago
-
Just following the install documentation on http://refinerycms.com/download, I've tried to install Refinery CMS with ree and 1.9.2, and got the same error each time.
Here is the install log:
~/dev …
-
I'm running through http://www.locomotivecms.com/support/installation/source right now and just been having problem after problem:
```
$ bundle install
Fetching git://github.com/floehopper/mocha.git
…
-
Hi Mark,
thank you for your plugin!
"clearreturn" throws an error with OsX10.64/webdriver, but using "return" instead works.
btw. do you see any option to make this work for culerity? When I write
…
-
JRuby support is lacking. With the ImageMagick removed, I would think there would be a greater push to ensuring that JRuby could be used in development, test and production environments...
-
I gather that recent changes in Capybara require that Akephalos register itself like this:
```
Capybara.register_driver :akephalos do |app|
Capybara::Driver::Akephalos.new(app)
end
```
Without thi…