Skip to content

Commit

Permalink
Fix a couple of broken requires. [#52]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Sep 2, 2011
1 parent 9482a06 commit b89e509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/event.rb
@@ -1,3 +1,5 @@
require 'geocoding_utilities'

class Event < ActiveRecord::Base
acts_as_addressed
include GeocodingUtilities
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -2,6 +2,7 @@
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'authlogic/test_case'
include Authlogic::TestCase

# Requires supporting ruby files with custom matchers and macros, etc,
Expand Down

0 comments on commit b89e509

Please sign in to comment.