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.