Hi,
I was wondering if anyone has encountered this. I have installed RSpec
0.7.3 and the latest Rails plugin. I am using sqlite3. I used the
generators here:
http://rspec.rubyforge.org/documentation/rails/generators.html to make
default specs and didnt modify them.
When I run "rake spec" as a test (happens on two machines)
/usr/lib/ruby/1.8/sqlite3/errors.rb:94:in `check'': cannot start a
transaction within a transaction (SQLite3::SQLException)
from /usr/lib/ruby/1.8/sqlite3/resultset.rb:76:in `check''
from /usr/lib/ruby/1.8/sqlite3/resultset.rb:68:in `commence''
from /usr/lib/ruby/1.8/sqlite3/resultset.rb:61:in `initialize''
from /usr/lib/ruby/1.8/sqlite3/statement.rb:158:in `execute''
from /usr/lib/ruby/1.8/sqlite3/database.rb:211:in `execute''
from /usr/lib/ruby/1.8/sqlite3/database.rb:186:in `prepare''
from /usr/lib/ruby/1.8/sqlite3/database.rb:210:in `execute''
from /usr/lib/ruby/1.8/sqlite3/database.rb:587:in `transaction''
... 13 levels...
from
/usr/lib/ruby/gems/1.8/gems/rspec-0.7.3/lib/spec/runner/context_runner.rb:23:in
`run''
from
/usr/lib/ruby/gems/1.8/gems/rspec-0.7.3/lib/spec/runner/context_runner.rb:22:in
`run''
from
/usr/lib/ruby/gems/1.8/gems/rspec-0.7.3/lib/spec/runner/command_line.rb:26:in
`run''
from /usr/lib/ruby/gems/1.8/gems/rspec-0.7.3/bin/spec:5
rake aborted!
RSpec failures
Thanks.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---