test/test_helper.rb in epom-0.8.5 vs test/test_helper.rb in epom-0.9

- old
+ new

@@ -54,5 +54,13 @@ assert_not_instance_of Fixnum, response end end end end + +Epom.configure do |config| + config.public_key = ENV['public_key'] + config.private_key = ENV['private_key'] + config.epom_server = ENV['epom_server'] +end + +Epom::EpomElement.login(ENV['username'], ENV['password']) \ No newline at end of file