Sha256: fe5ac54bdb2aca5b82c5fc88fd500a54e855946c3ed0af1402e36de170ae443a
Contents?: true
Size: 371 Bytes
Versions: 3
Compression:
Stored size: 371 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe Reshape do after do Reshape.reset end describe ".respond_to?" do it "should be true if method exists" do Reshape.respond_to?(:new, true).should be_true end end describe ".new" do it "should be a Reshape::Client" do Reshape.new.should be_a Reshape::Client end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reshape-0.2 | spec/reshape_spec.rb |
reshape-0.1.1 | spec/reshape_spec.rb |
reshape-0.1 | spec/reshape_spec.rb |