mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Fixed error in gemspec
The validation message from Rubygems was: ["lib/database_cleaner/active_record/#transaction.rb#"] are not files
This commit is contained in:
parent
e31063c2ff
commit
717471181a
1 changed files with 0 additions and 1 deletions
1
database_cleaner.gemspec
Executable file → Normal file
1
database_cleaner.gemspec
Executable file → Normal file
|
@ -51,7 +51,6 @@ Gem::Specification.new do |s|
|
||||||
"features/support/env.rb",
|
"features/support/env.rb",
|
||||||
"features/support/feature_runner.rb",
|
"features/support/feature_runner.rb",
|
||||||
"lib/database_cleaner.rb",
|
"lib/database_cleaner.rb",
|
||||||
"lib/database_cleaner/active_record/#transaction.rb#",
|
|
||||||
"lib/database_cleaner/active_record/base.rb",
|
"lib/database_cleaner/active_record/base.rb",
|
||||||
"lib/database_cleaner/active_record/deletion.rb",
|
"lib/database_cleaner/active_record/deletion.rb",
|
||||||
"lib/database_cleaner/active_record/transaction.rb",
|
"lib/database_cleaner/active_record/transaction.rb",
|
||||||
|
|
Loading…
Reference in a new issue