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.44 spec/configuration_spec.rb
restpack_service-0.0.43 spec/configuration_spec.rb
restpack_service-0.0.42 spec/configuration_spec.rb
restpack_service-0.0.41 spec/configuration_spec.rb
restpack_service-0.0.40 spec/configuration_spec.rb
restpack_service-0.0.39 spec/configuration_spec.rb
restpack_service-0.0.38 spec/configuration_spec.rb
restpack_service-0.0.37 spec/configuration_spec.rb
restpack_service-0.0.36 spec/configuration_spec.rb