I installed RSpec 2 along RSpec 1.3 and since then I think the spec command runs without executing the test file. I removed RSpec 2 and am using RSpec 1.3 again. I type for example "spec spec/views/messages/show.html.erb_spec.rb" on the commandline and the command returns after a few seconds without output. I added errors to the spec file and it seems the file is not read/executed by RSpec.
Does anyone know the reason for this behaviour?