Sha256: af323d0345ed8659217a8adb0418d31b465cfe1d38c28ed42f1df1ff2af96d3b
Contents?: true
Size: 222 Bytes
Versions: 8
Compression:
Stored size: 222 Bytes
Contents
require 'spec_helper' describe Intown::Configuration do it "should set an app_id" do Intown.configure do |config| config.app_id = "my_app" end Intown.configuration.app_id.should == "my_app" end end
Version data entries
8 entries across 8 versions & 1 rubygems