Skip to content

Commit

Permalink
Installing RSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton Lengel-Zigich authored and Clayton Lengel-Zigich committed Jun 1, 2010
1 parent a647524 commit 61da85e
Show file tree
Hide file tree
Showing 386 changed files with 31,815 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
config.action_controller.allow_forgery_protection = false
config.action_mailer.delivery_method = :test

config.gem 'rspec', :version => '>= 1.3.0', :lib => false unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec'))
config.gem 'rspec-rails', :version => '>= 1.3.2', :lib => false unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec-rails'))
config.gem 'autotest'
config.gem 'redgreen'
7 changes: 7 additions & 0 deletions vendor/gems/rspec-1.3.0/.document
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
features/**/*.feature
lib/**/*.rb
History.rdoc
License.txt
README.rdoc
Ruby1.9.rdoc
Upgrade.rdoc
Loading

0 comments on commit 61da85e

Please sign in to comment.