Skip to content

Commit

Permalink
removes standalone_migrations, lazily creating DBs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Aug 5, 2012
1 parent 869d897 commit 4b5e1f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ group :development do
gem 'mysql'
gem 'mysql2'
gem 'pg'
gem "standalone_migrations" # https://github.com/thuss/standalone-migrations
end

group :test do
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,6 @@ GEM
sqlite3 (1.3.6)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
standalone_migrations (1.0.10)
activerecord (>= 3)
rake
stringex (1.1.0)
thor (0.15.4)
tilt (1.3.3)
Expand Down Expand Up @@ -215,5 +212,4 @@ DEPENDENCIES
ruby-debug
sequel (~> 3.21.0)
sqlite3-ruby
standalone_migrations
tzinfo
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ RSpec::Core::RakeTask.new(:rcov) do |spec|
spec.rcov = true
end


require 'tasks/standalone_migrations'

begin
require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:features)
Expand Down

0 comments on commit 4b5e1f2

Please sign in to comment.