aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/Rakefile')
-rw-r--r--activemodel/Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/activemodel/Rakefile b/activemodel/Rakefile
new file mode 100644
index 0000000000..cb9a61773f
--- /dev/null
+++ b/activemodel/Rakefile
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+$LOAD_PATH << File.join(File.dirname(__FILE__), 'vendor', 'rspec', 'lib')
+require 'rake'
+require 'spec/rake/spectask' \ No newline at end of file