Sha256: 0ec5362a35114ffc76a843a6fc7e348c45a884d1f04b6b9584ca177871fb626c

Contents?: true

Size: 189 Bytes

Versions: 3

Compression:

Stored size: 189 Bytes

Contents

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

describe Ginger::Configuration do
  it "should be a singleton class" do
    Ginger::Configuration.should respond_to(:instance)
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
freelancing-god-ginger-1.0.0 spec/ginger/configuration_spec.rb
ginger-1.2.0 spec/ginger/configuration_spec.rb
ginger-1.1.0 spec/ginger/configuration_spec.rb