My system info was like:
OS: Ubuntu 11.10
Ruby: version 1.9.2p290
Rails: version 3.1.1
Minitest gem: 2.12.1
I've had the following error when I tried to run the test command for my rails application.
change the gemfile of the project and add the following lines:
group :test do
OS: Ubuntu 11.10
Ruby: version 1.9.2p290
Rails: version 3.1.1
Minitest gem: 2.12.1
I've had the following error when I tried to run the test command for my rails application.
rake test
The error message was like this: (Click on the image to read the text)
change the gemfile of the project and add the following lines:
group :test do
gem "minitest"
end
Had a quite good test experience.
Happy coding.