Created
April 15, 2011 03:33
-
-
Save amw/921096 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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