aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-07-21 06:08:23 +0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-07-21 06:09:57 +0800
commit8bc47e3fd412bbd2968fb65b6914c66c1e9c048c (patch)
tree2c8ac90735cc9aa66ce4fa8992333a4f65fad3ff
parent703571f7e0bebb3d2bd43a7af5976ad4565ac2cb (diff)
downloadrails-8bc47e3fd412bbd2968fb65b6914c66c1e9c048c.tar.gz
rails-8bc47e3fd412bbd2968fb65b6914c66c1e9c048c.tar.bz2
rails-8bc47e3fd412bbd2968fb65b6914c66c1e9c048c.zip
gitmodules are not needed anymore, AR is on Gemfile for testing purposes only and AS is on gemspec
-rw-r--r--.gitmodules3
-rw-r--r--Rakefile2
2 files changed, 0 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 5f43dd3ae5..0000000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "vendor/rails"]
- path = vendor/rails
- url = git://github.com/rails/rails.git
diff --git a/Rakefile b/Rakefile
index 3474cb6d9e..40fb0afc07 100644
--- a/Rakefile
+++ b/Rakefile
@@ -34,8 +34,6 @@ else
Spec::Rake::SpecTask.new(adapter) do |t|
t.spec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""]
- t.libs << "#{File.dirname(__FILE__)}/vendor/rails/activerecord/lib"
- t.libs << "#{File.dirname(__FILE__)}/vendor/rails/activesupport/lib"
t.libs << "#{File.dirname(__FILE__)}/spec"
# t.warning = true
t.spec_files = FileList['spec/**/*_spec.rb']