spec/spec_helper.rb in active_remote-2.0.0.rc1 vs spec/spec_helper.rb in active_remote-2.0.0.rc2

- old
+ new

@@ -8,10 +8,13 @@ Bundler.require(:default, :development, :test) require 'protobuf/rspec' require 'support/helpers' + +$LOAD_PATH << ::File.expand_path('../support/protobuf', __FILE__) require 'support/protobuf' +require 'support/models' RSpec.configure do |config| config.include Protobuf::RSpec::Helpers end