Closed suan closed 13 years ago
Akephalos doesn't support Raphael.js, since it requires either SVG or VML, neither of which are present in HtmlUnil (since it's a headless browser...).
The best solution is probably to set up a filter for requests to raphael as shown here for other javascript libraries: http://oinopa.com/akephalos/filters.html
If you come up with a solution, let me know -- I'm trying to keep track of some common filters people have had to set up.
I'm using bundler 1.0.2 on rails 2.3.8. Below is the stack trace I get when it errors out during a test...
Here is my Gemfile:
source :rubygems group :test do gem "capybara" gem "akephalos" end