Sha256: 4b2f318294a81dea43a2dd4818dcef938cd53d92276e803cd4f88ba18af6d727

Contents?: true

Size: 192 Bytes

Versions: 29

Compression:

Stored size: 192 Bytes

Contents

require 'spec_helper'

describe RestPack::Service::Configuration do
  subject { RestPack::Service::Configuration.new }

  it "has defaults" do
    subject.application_id.should == 1
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
restpack_service-0.0.64 spec/configuration_spec.rb
restpack_service-0.0.63 spec/configuration_spec.rb
restpack_service-0.0.62 spec/configuration_spec.rb
restpack_service-0.0.61 spec/configuration_spec.rb
restpack_service-0.0.60 spec/configuration_spec.rb
restpack_service-0.0.59 spec/configuration_spec.rb
restpack_service-0.0.58 spec/configuration_spec.rb
restpack_service-0.0.57 spec/configuration_spec.rb
restpack_service-0.0.56 spec/configuration_spec.rb
restpack_service-0.0.55 spec/configuration_spec.rb
restpack_service-0.0.54 spec/configuration_spec.rb
restpack_service-0.0.53 spec/configuration_spec.rb
restpack_service-0.0.52 spec/configuration_spec.rb
restpack_service-0.0.51 spec/configuration_spec.rb
restpack_service-0.0.50 spec/configuration_spec.rb
restpack_service-0.0.49 spec/configuration_spec.rb
restpack_service-0.0.48 spec/configuration_spec.rb
restpack_service-0.0.47 spec/configuration_spec.rb
restpack_service-0.0.46 spec/configuration_spec.rb
restpack_service-0.0.45 spec/configuration_spec.rb