Skip to content

Commit e61fe86

Browse files
author
Anna
committed
added todos
1 parent fca1172 commit e61fe86

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

test/cases/bind_parameter_test_sqlserver.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class ActiveRecord::BindParameterTest < ActiveRecord::TestCase
1414

1515
include SqlserverCoercedTest
1616

17+
# TODO: put a real test here
1718
def test_coerced_binds_are_logged
1819
assert true, 'they are!'
1920
end

test/cases/has_and_belongs_to_many_associations_test_sqlserver.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ class HasAndBelongsToManyAssociationsTest < ActiveRecord::TestCase
1212

1313
include SqlserverCoercedTest
1414

15+
# TODO: put a real test here
1516
def test_coerced_count_with_finder_sql
1617
assert true
1718
end
1819

20+
# TODO: put a real test here
1921
def test_coerced_caching_of_columns
2022
assert true
2123
end

test/cases/migration_test_sqlserver.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ class MigrationTestSqlserver < ActiveRecord::TestCase
6868
class MigrationTest < ActiveRecord::TestCase
6969
COERCED_TESTS = [:test_migrator_db_has_no_schema_migrations_table]
7070
include SqlserverCoercedTest
71-
def test_coerced_test_migrator_db_has_no_schema_migrations_table ; assert true ; end
71+
72+
# TODO: put a real test here
73+
def test_coerced_test_migrator_db_has_no_schema_migrations_table
74+
assert true
75+
end
76+
7277
end
7378
end

test/cases/scratch_test_sqlserver.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
class ScratchTestSqlserver < ActiveRecord::TestCase
44

5+
# TODO: put a real test here
56
should 'pass' do
67
assert true
78
end

0 commit comments

Comments
 (0)