Don't require micro_migrations in Rakefile

It breaks when I want to run any rake task
This commit is contained in:
Piotr Sarnacki 2013-03-27 13:01:02 +01:00
parent b4e59caebf
commit 17de12655d

View File

@ -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