Skip to content

Commit 4f28860

Browse files
Tony Daysunitparekh
authored andcommitted
Update spec description
1 parent c6ca2c4 commit 4f28860

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spec/utils/database_spec.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
album.all.length > 0
1717
end
1818

19-
# This is a specific example encountered in the wild
20-
# Instead of creating a new class it references
21-
# ActiveSupport::Callbacks::Conditionals
22-
it 'creates a table for an in-scope constant' do
19+
it 'ignores inherited constants when creating a table with matching name' do
2320
conditionals = DataAnon::Utils::SourceTable.create 'Conditionals'
2421
conditionals.count.should == 0
2522
conditionals.all.length == 0

0 commit comments

Comments
 (0)