Sha256: 8e844cf58a1652836edc9be1d3102bbc8cadd162e342fc8c0faa7ed5d34796b3

Contents?: true

Size: 796 Bytes

Versions: 10

Compression:

Stored size: 796 Bytes

Contents

# # Project::    TheCity Admin API 
# # File::       the_city.rb
# #
# # Author:: Wes Hays <weshays@gbdev.com> 
# # Link:: https://github.com/weshays/admin-api-ruby
# # Package:: TheCity::Admin


# require File.expand_path( File.dirname(__FILE__) + '/../lib/the_city_admin.rb')

# require 'rubygems'
# require 'rspec'
# require 'ruby-debug'
# require 'date'

# require 'factory_girl'
# Dir.glob(File.dirname(__FILE__) + "/factories/*").each { |f| require f }


# TheCityResponse = Struct.new(:code, :body, :headers)

# RSpec.configure do |config|
#   config.tty = true
#   config.mock_with :rspec
#   config.include FactoryGirl::Syntax::Methods
# end


# def simulate_connection_to_server
#   @the_city = TheCity::AdminApi.new('cf2903151e3213e66fd8080c7d8b65b1d6ccdd31', '5c88b32edda7653c')
# end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
church-community-builder-0.2.2 spec/spec_helper.rb
church-community-builder-0.2.1 spec/spec_helper.rb
church-community-builder-0.2.0 spec/spec_helper.rb
church-community-builder-0.1.6 spec/spec_helper.rb
church-community-builder-0.1.5 spec/spec_helper.rb
church-community-builder-0.1.4 spec/spec_helper.rb
church-community-builder-0.1.3 spec/spec_helper.rb
church-community-builder-0.1.2 spec/spec_helper.rb
church-community-builder-0.1.1 spec/spec_helper.rb
church-community-builder-0.1.0 spec/spec_helper.rb