Skip to content

Commit 260acf2

Browse files
committed
Remove mini-shoulda.
1 parent 9367e94 commit 260acf2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/cases/database_statements_test_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class DatabaseStatementsTestSQLServer < ActiveRecord::TestCase
2828
connection.drop_database '[activerecord.unittest]'
2929
end
3030

31-
context 'with collation' do
31+
describe 'with collation' do
3232

3333
after { connection.drop_database 'activerecord_unittest3' }
3434

test/support/minitest_sqlserver.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
require 'minitest-spec-rails/init/active_support'
2-
require 'minitest-spec-rails/init/mini_shoulda'

0 commit comments

Comments
 (0)