test/test_helper.rb in epom_rails-0.2 vs test/test_helper.rb in epom_rails-0.3
- old
+ new
@@ -20,8 +20,6 @@
# Load fixtures from the engine
if ActiveSupport::TestCase.respond_to?(:fixture_path=)
ActiveSupport::TestCase.fixture_path = File.expand_path("../dummy/test/fixtures", __FILE__)
ActiveSupport::TestCase.fixtures :all
-end
-
-Epom::EpomElement.login(ENV['username'], ENV['password'])
+end
\ No newline at end of file