Sha256: b2d8eb45d60d1379982dce4b45270454a37c3d040081c5a7d32f723760290718

Contents?: true

Size: 194 Bytes

Versions: 4

Compression:

Stored size: 194 Bytes

Contents

require 'spec_helper'

describe RestPack::Core::Service::Configuration do
  it "has a default table prefix" do
    RestPack::Core::Service.config.db_table_prefix.should == "restpack_"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
restpack_core_service-0.0.5 spec/configuration_spec.rb
restpack_core_service-0.0.4 spec/configuration_spec.rb
restpack_core_service-0.0.3 spec/configuration_spec.rb
restpack_core_service-0.0.2 spec/configuration_spec.rb