Sha256: 6a9a8d98b836f9ea1d8f07feaf1bbde3520f6248bbd358625cb168d1fe62f146

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

require "test_helper"
class VersionTest < MiniTest::Unit::TestCase
  mock_requests!

  def setup
    @version = Jackie::Version.find(1)
  end

  def test_preview_url
    assert_match @version.app_id, @version.preview_url
    assert_match @version.id, @version.preview_url
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jackie-0.0.2 test/version_test.rb
jackie-0.0.1 test/version_test.rb