testunit
Is there a way with test::unit Ruby to load gems
I am trying to use test::unit for testing and the framework I am trying to test requires a particular gem (rhodes)[详细]
2023-03-27 17:10 分类:问答Are there any good ruby testing traceability solutions?
I\'m writing some ruby (not Rails) and using test/unit with shoulda to write tests. Are there any gems that\'ll allow me to implement traceability from my tests back to designs/requirements?[详细]
2023-03-26 08:41 分类:问答Overwriting Rails Test Test::Unit::TestCase
I am trying to overwrite/modify the teardown function of a Test::Unit::TestCase test. During the teardown of t开发者_如何学Gohe test (after it has finished), I want to do some extra stuff.[详细]
2023-03-26 00:47 分类:问答Problem with guard-test compiling asset cache files
Running tests using guard-test compiles asset cache files. This does not occur when I run tests normally using rake. My test.rb environment specifies config.action_controller.perform_cachin开发者_运维[详细]
2023-03-25 18:24 分类:问答How to run multiple Rails unit tests at once
I often run the various test groups like: rake test:units rake test:functionals I also like to run individual test files or individual tests:[详细]
2023-03-19 06:55 分类:问答How to color unit tests with lib minitest or Test:Unit?
I would like to have unit tests output color in my dev environment. However, I can\'t make it work on Linux (Debian and Ubuntu). When I include the following libs:[详细]
2023-03-19 01:33 分类:问答How do I stub an http request globally with Test::Unit?
How do I stub an http request, like this one to the twitter api below, on a global scope so it\'s valid for all tests in a Test::Unit suite?[详细]
2023-03-18 08:44 分类:问答Test::unit and Rubymine "No tests were found"
I\'m a newbie in Ruby and I try to use the test::unit framework with the RubyMine IDE (3.1.1). 开发者_运维问答[详细]
2023-03-14 04:26 分类:问答Ruby on Rails - help needed in writting test cases usinng test:unit
I am new to Ruby on Rails. I have created an sample app where I have written test cases using rails test:unit.[详细]
2023-03-13 23:16 分类:问答Test::Unit::TestCase from rakefile?
I\'m stuck trying to call individual unit test methods from a rake file to automate my testing but I keep getting an error. Every time I run \'rake manage\' I get an error in my \'manage\' task saying[详细]
2023-03-13 08:59 分类:问答