Sha256: 052cab168b9376e9aba8d960f83cac0e2d1f1ab905ecb587f2cb08752af77b9f

Contents?: true

Size: 238 Bytes

Versions: 1

Compression:

Stored size: 238 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe Ty do
  it "should respond to HTTP methods" do
    %w(get post put delete head).each do |method|
      subject.should respond_to(method.to_sym)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ty-0.1.0 spec/ty_spec.rb