spec/helper.rb in flipper-0.7.0.beta3 vs spec/helper.rb in flipper-0.7.0.beta4

- old
+ new

@@ -1,20 +1,16 @@ $:.unshift(File.expand_path('../../lib', __FILE__)) require 'pathname' -require 'logger' - FlipperRoot = Pathname(__FILE__).dirname.join('..').expand_path -lib_path = FlipperRoot.join('lib') -log_path = FlipperRoot.join('log') -log_path.mkpath require 'rubygems' require 'bundler' Bundler.setup(:default) require 'flipper' +require 'flipper-ui' Dir[FlipperRoot.join("spec/support/**/*.rb")].each { |f| require f } RSpec.configure do |config| config.before(:each) do