Sha256: 9f3ee52aaa4b1666c6ac7fac98977e0b1e462cf79d0a706eee825a82cc73111c

Contents?: true

Size: 385 Bytes

Versions: 3

Compression:

Stored size: 385 Bytes

Contents

require 'spec_helper'

module Rack
  module Handler

    include Helpers

    # describe Yarn do
    #   after do
    #     @thread.kill
    #   end

    #   it "should start the server" do
    #     @thread = Thread.new { Yarn.run("test_objects/config.ru") }
    #     response = get("/").body
    #     response.gsub(/\n?/,"").should == "Rack works"
    #   end
    # end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yarn-0.1.0 spec/rack/handler/yarn_spec.rb
yarn-0.0.9 spec/rack/handler/yarn_spec.rb
yarn-0.0.2 spec/rack/handler/yarn_spec.rb