aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fake_gem.rb
diff options
context:
space:
mode:
authorKir2012-01-28 11:53:22 +0200
committerKir2012-01-28 11:53:22 +0200
commit18fcbf4838a3f2835edd526a1bf77f1b846d4e25 (patch)
treece5f9511451d6974fcf2f59e767c64714d73ab25 /spec/fake_gem.rb
parent95877d8f982be9a4476cec5943749dcf5db6f524 (diff)
parent626ff121111194ec6fa424f36de8658bf72873ba (diff)
downloadinboxes-0.2.1.tar.bz2
Merging with rspecv0.2.1
Diffstat (limited to 'spec/fake_gem.rb')
-rw-r--r--spec/fake_gem.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fake_gem.rb b/spec/fake_gem.rb
new file mode 100644
index 0000000..4435a70
--- /dev/null
+++ b/spec/fake_gem.rb
@@ -0,0 +1,6 @@
+# Simulate a gem providing a subclass of ActiveRecord::Base before the Railtie is loaded.
+
+require 'active_record'
+
+class GemDefinedModel < ActiveRecord::Base
+end \ No newline at end of file