From 17de12655d767c678c0fc56143f6db1ce7126d96 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 27 Mar 2013 13:01:02 +0100 Subject: [PATCH] Don't require micro_migrations in Rakefile It breaks when I want to run any rake task --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1c36edac..96f93a44 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,6 @@ require 'bundler/setup' ENV['SCHEMA'] = "#{Gem.loaded_specs['travis-core'].full_gem_path}/db/schema.rb" -require 'micro_migrations' require 'travis' begin