spec/spec_helper.rb in riakpb-0.2.0 vs spec/spec_helper.rb in riakpb-0.2.2

- old
+ new

@@ -13,11 +13,11 @@ # limitations under the License. $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'rubygems' # Use the gems path only for the spec suite -require 'riak' -require 'riak/util/message_code' +require 'riakpb' +require 'riakpb/util/message_code' require 'rspec' require 'rspec/autorun' Rspec.configure do |config| config.mock_with :rspec