Sha256: f2b116775db57f0786532bc316e01bcd5feedf13e33ac90418e0e51e8c3452d8

Contents?: true

Size: 230 Bytes

Versions: 5

Compression:

Stored size: 230 Bytes

Contents

require 'test_helper'

class RackTest < Test::Unit::TestCase
  include Rack::Test::Methods
  
  def app
    Golf::Rack.new
  end

  def test_component_regeneration
    get "/component.js"
    assert last_response.ok?
  end



end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
golf-0.0.5 test/test_rack.rb
golf-0.0.4 test/test_rack.rb
golf-0.0.3 test/test_rack.rb
golf-0.0.2 test/test_rack.rb
golf-0.0.1 test/test_rack.rb