Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in testunit

What are the major advantages of rspec over test::unit, if any?

How to get the current testcase name in test-unit?

ruby watir testunit

Integration tests with Javascript through Test::Unit and Capybara in Ruby on Rails

Ruby Test::Unit's current test method name

test-unit automatic runner produce "invalid option" error on rake tasks?

How can I test only a method with Ruby's Test::Unit?

ruby unit-testing testunit

Detecting overwriting of ruby test methods

ruby unit-testing testunit

How can I speed up Rails unit tests involving image upload/resizing?

Have ruby Unit::Test speak the results of the test

How to generate a temporary file for use in a unit test?

How do I inherit abstract unit tests in Ruby?

How assert_select a string with a new line inside?

ruby-on-rails testunit

Capybara issue: @request must be an ActionDispatch::Request

Undefined method 'should' when using Capybara with Cucumber

What's the best strategy for adding tests to an existing rails project?