Codebase list ruby-omniauth-facebook / 443f1fb
Merge pull request #132 from seivan/master Update helper.rb to use Minitest::Test Josef Šimánek 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2424 end
2525 end
2626
27 class TestCase < MiniTest::Unit::TestCase
27 class TestCase < Minitest::Test
2828 extend BlockTestHelper
2929 include CustomAssertions
3030 end