Sha256: a6fa03ddaf4e4933b45287fb65f8d88501e4b86a4f59cfdce5b5e14752c40e48

Contents?: true

Size: 308 Bytes

Versions: 4

Compression:

Stored size: 308 Bytes

Contents

require "test_helper"
class AppTest < MiniTest::Unit::TestCase
  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

4 entries across 4 versions & 1 rubygems

Version Path
jackie-0.2.0 test/app_test.rb
jackie-0.1.1 test/app_test.rb
jackie-0.1.0 test/app_test.rb
jackie-0.0.3 test/app_test.rb