Skip to content

Instantly share code, notes, and snippets.

@amw
Created April 15, 2011 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amw/921096 to your computer and use it in GitHub Desktop.
Save amw/921096 to your computer and use it in GitHub Desktop.
$git diff
diff --git a/auth/spec/spec_helper.rb b/auth/spec/spec_helper.rb
index 2d271e6..825c2d2 100644
--- a/auth/spec/spec_helper.rb
+++ b/auth/spec/spec_helper.rb
@@ -3,6 +3,7 @@
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../test_app/config/environment", __FILE__)
require 'rspec/rails'
+require 'faker'
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
diff --git a/core/spec/spec_helper.rb b/core/spec/spec_helper.rb
index f008312..9b17dde 100644
--- a/core/spec/spec_helper.rb
+++ b/core/spec/spec_helper.rb
@@ -3,6 +3,7 @@
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../test_app/config/environment", __FILE__)
require 'rspec/rails'
+require 'faker'
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment