test/integration.rb in cuba-0.3.0 vs test/integration.rb in cuba-1.0.0
- old
+ new
@@ -1,8 +1,5 @@
-$:.unshift(File.expand_path("../lib", File.dirname(__FILE__)))
-require "cuba"
-
-prepare { Cuba.reset! }
+require File.expand_path("helper", File.dirname(__FILE__))
test "resetting" do
old = Cuba.app
assert old.object_id == Cuba.app.object_id
\ No newline at end of file