I'm running into some issues trying to run the specs.  Here is the
error I'm getting.

ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9.6.0]
rspec 1.2.2

Am I missing some other requirements?

Thanks

---------

** Invoke spec_mysql (first_time)
** Execute spec_mysql
./spec/adapters/mysql_spec.rb:47: undefined method `setup' for
Spec::Example::ExampleGroup::Subclass_1:Class (NoMethodError)
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/
example/example_group_methods.rb:177:in `module_eval'
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/
example/example_group_methods.rb:177:in `subclass'
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/
example/example_group_methods.rb:55:in `describe'
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/
example/example_group_factory.rb:29:in `create_example_group'
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/
dsl/main.rb:25:in `context'
        from ./spec/adapters/mysql_spec.rb:46
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/
runner/example_group_runner.rb:15:in `load'
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/
runner/example_group_runner.rb:15:in `load_files'
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/
runner/example_group_runner.rb:14:in `each'
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/
runner/example_group_runner.rb:14:in `load_files'
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/
runner/options.rb:97:in `run_examples'
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/
runner/command_line.rb:9:in `run'
        from /opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/bin/spec:
4
rake aborted!
Command /opt/ruby-1.8.7-p72/bin/ruby -I"/opt/ruby-1.8.7-p72/lib/ruby/
gems/1.8/gems/rspec-1.2.2/lib"  "/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/
gems/rspec-1.2.2/bin/spec" "spec/adapters/mysql_spec.rb"  failed
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/rake/
spectask.rb:174:in `define'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
1088:in `verbose'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/rake/
spectask.rb:150:in `define'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
617:in `call'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
617:in `execute'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
612:in `each'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
612:in `execute'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
578:in `invoke_with_call_chain'
/opt/ruby-1.8.7-p72/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
571:in `invoke_with_call_chain'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
564:in `invoke'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2027:in `invoke_task'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2005:in `top_level'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2005:in `each'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2005:in `top_level'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2044:in `standard_exception_handling'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
1999:in `top_level'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
1977:in `run'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
2044:in `standard_exception_handling'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:
1974:in `run'
/opt/ruby-1.8.7-p72/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:31
/opt/ruby-1.8.7-p72/bin/rake:19:in `load'
/opt/ruby-1.8.7-p72/bin/rake:19

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to