Sha256: f1168d185e4b610e1d656b62b8df937b0114cce08b152f6322f97c612e4bf974
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
require "test_helper" class AppTest < Minitest::Test mock_requests! def setup @app = Jackie::App.find(1) end def test_last_preview_url assert_match @app.public_key, @app.last_preview_url end def test_versions assert_kind_of Jackie::Version, @app.versions.first end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jackie-0.1.2 | test/app_test.rb |