I started a brand new rails app and then ran the following. %>git submodule add git://github.com/aslakhellesoy/cucumber.git vendor/plugins/cucumber %>git submodule add git://github.com/brynary/webrat.git vendor/plugins/webrat %>git submodule add git://github.com/dchelimsky/rspec.git vendor/plugins/rspec %>git submodule add git://github.com/dchelimsky/rspec-rails.git vendor/plugins/rspec-rails %>script/generate rspec %>rake spec
Then I have the following output: rake aborted! ******************************************************************************** * You are trying to run an rspec rake task defined in * /Users/amos/workspace/akingsoftware/hops/lib/tasks/rspec.rake, * but rspec can not be found in vendor/gems, vendor/plugins or system gems. ******************************************************************************** Here is the trace if I run it too. /Users/amos/workspace/akingsoftware/hops/lib/tasks/rspec.rake:18:in `initialize' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `call' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `execute' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `each' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `execute' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:578:in `invoke_with_call_chain' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:571:in `invoke_with_call_chain' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:564:in `invoke' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2027:in `invoke_task' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `each' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:1999:in `top_level' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:1977:in `run' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:1974:in `run' /Library/Ruby/Gems/1.8/gems/rake-0.8.4/bin/rake:31 Am I missing something? -- Amos King http://dirtyInformation.com http://github.com/Adkron -- Looking for something to do? Visit http://ImThere.com _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users