examples/relevance/tarantula/form_example.rb in tarantula-0.1.5 vs examples/relevance/tarantula/form_example.rb in tarantula-0.1.8
- old
+ new
@@ -1,5 +1,5 @@
-require File.join(File.dirname(__FILE__), "..", "..", "example_helper.rb")
+require File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "example_helper.rb"))
describe "Relevance::Tarantula::Form large example" do
before do
@tag = Hpricot(<<END)
<form action="/session" method="post">
\ No newline at end of file