spec/spec_helper.rb in logstasher-0.2.8 vs spec/spec_helper.rb in logstasher-0.3.0

- old
+ new

@@ -8,10 +8,10 @@ # https://github.com/colszowka/simplecov add_filter File.expand_path('../../spec', __FILE__) end end -# Modify load path so you can require 'multi_config' directly. +# Modify load path so you can require 'ogstasher directly. $LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__)) require 'rubygems' # Loads bundler setup tasks. Now if I run spec without installing gems then it would say gem not installed and # do bundle install instead of ugly load error on require.