Sha256: 82b2b583391016cf841b651c1267b2fb56a83f767fc6cefa318b597506613f36

Contents?: true

Size: 370 Bytes

Versions: 7

Compression:

Stored size: 370 Bytes

Contents

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

describe "UserStreamReceiver" do
  it "exists" do
    UserStreamReceiver.new.should be_kind_of UserStreamReceiver
  end

  it "has pit_file" do
    UserStreamReceiver.new.pit_file.should == 'user-stream-receiver'
    UserStreamReceiver.new('pit-file-path').pit_file.should == 'pit-file-path'
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
user-stream-receiver-0.5.3 spec/user-stream-receiver_spec.rb
user-stream-receiver-0.5.2 spec/user-stream-receiver_spec.rb
user-stream-receiver-0.5.1 spec/user-stream-receiver_spec.rb
user-stream-receiver-0.5.0 spec/user-stream-receiver_spec.rb
user-stream-receiver-0.4.0 spec/user-stream-receiver_spec.rb
user-stream-receiver-0.3.0 spec/user-stream-receiver_spec.rb
user-stream-receiver-0.2.0 spec/user-stream-receiver_spec.rb