Sha256: 5f67e5c7685f81fb688d32ec13f6e06cc30c369c16a4ea35b3bf2c27769054d4

Contents?: true

Size: 305 Bytes

Versions: 7

Compression:

Stored size: 305 Bytes

Contents

require File.join(File.dirname(__FILE__), 'spec_helper')


describe Uppercut::Conversation do
  before(:each) do
    @conv = Uppercut::Conversation.new('test@foo.com', nil)
  end
  
  describe :contact do
    it "should have a contact method" do
      @conv.should.respond_to?(:contact)
    end
  end
end

Version data entries

7 entries across 7 versions & 4 rubygems

Version Path
tyler-uppercut-0.5.0 specs/conversation_spec.rb
tyler-uppercut-0.6.2 spec/conversation_spec.rb
tyler-uppercut-0.7.0 spec/conversation_spec.rb
tyler-uppercut-0.7.1 spec/conversation_spec.rb
vasil-uppercut-0.7.1 spec/conversation_spec.rb
mrw-uppercut-0.0.1.pre1 spec/conversation_spec.rb
uppercut-0.7.1 spec/conversation_spec.rb