Sha256: 616da96b44b3264a89eef175791f1a693e8a54a96228573a4ec4b76704ffda27
Contents?: true
Size: 324 Bytes
Versions: 21
Compression:
Stored size: 324 Bytes
Contents
require File.expand_path("#{File.dirname(__FILE__)}/test_helper") class TestLogin < MiniTest::Unit::TestCase def test_post_login # FIXME: user/pass will only work in mock for now, maybe use ENV response = heroku.post_login('email@example.com', 'fake_password') assert_equal(200, response.status) end end
Version data entries
21 entries across 21 versions & 1 rubygems