Skip to content

Commit

Permalink
Merge pull request #38 from ka8725/fix-bundler-error
Browse files Browse the repository at this point in the history
Fix bundler error in tests
  • Loading branch information
ka8725 authored Jan 27, 2020
2 parents bc3c06a + 2bf0825 commit 1e21f08
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 189 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ end

The helper to load migrations `require_migration` is defined in the `migration_data/testing`. So you should to require it to have access to this convinient require extension.

## Clean old migration

Use `rake db:migrate:squash` to remove all your old migrations and generate one migration with the current database schema. You don't have to run migrations after this because the generated migration will have the latest database version.

## Contributing

1. Fork it ( http://github.com/ka8725/migration_data/fork )
Expand Down
16 changes: 0 additions & 16 deletions lib/migration_data/active_record/schema_dumper.rb

This file was deleted.

49 changes: 0 additions & 49 deletions lib/migration_data/squash.rb

This file was deleted.

11 changes: 0 additions & 11 deletions lib/tasks/db.rake

This file was deleted.

2 changes: 1 addition & 1 deletion migration_data.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test)/})
spec.require_paths = ["lib"]

spec.add_development_dependency 'bundler', '~> 1.5'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'sqlite3'
end
49 changes: 0 additions & 49 deletions test/rake_task_test.rb

This file was deleted.

20 changes: 0 additions & 20 deletions test/schema_dumper_test.rb

This file was deleted.

39 changes: 0 additions & 39 deletions test/squash_test.rb

This file was deleted.

0 comments on commit 1e21f08

Please sign in to comment.