Questions tagged [ruby-1.9.1]

For issues relating to developing in Ruby, version 1.9.1.

Use this specific tag along with the generic one: .

16 questions
0
votes
1 answer

Failed to define a simple unit test testcase

I am trying to do a simple test case with Test Unit, in Ruby 1.9.1 (Ubuntu Linux 12.04 64 bits) : but it says me that the initialize method of my TestCase is missing arguments. And when I look further at the error, it says me that it tried to launch…
loloof64
  • 5,252
  • 12
  • 41
  • 78
1
2