Sha256: 7b089c940ae3eb269c145e6d60b4f15586c431cd286b8cad0451358a5867269f

Contents?: true

Size: 246 Bytes

Versions: 3

Compression:

Stored size: 246 Bytes

Contents

require_relative "spec_helper"
include SpecHelper

describe "Constants" do
  it "should exist" do
    SCREEN_NAME.should be
    API_KEY.should be
    BASE_URL.should match(/^http:\/\//)
    PARAMS.should include(:screen_name, :api_key)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
twoffein-client-0.1.2 spec/constants_spec.rb
twoffein-client-0.1.1 spec/constants_spec.rb
twoffein-client-0.1.0 spec/constants_spec.rb