Move i18n require up to spec_helper

This commit is contained in:
Fabio Rehm 2013-03-26 21:48:41 -03:00
parent 004ad783e3
commit dcfd7347c6
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,8 @@ end
require 'bundler/setup' require 'bundler/setup'
require 'i18n'
require 'rspec-spies' require 'rspec-spies'
Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each { |f| require f } Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each { |f| require f }

View file

@ -1,6 +1,5 @@
require 'unit_helper' require 'unit_helper'
require 'i18n'
require 'vagrant-lxc/action/forward_ports' require 'vagrant-lxc/action/forward_ports'
describe Vagrant::LXC::Action::ForwardPorts do describe Vagrant::LXC::Action::ForwardPorts do