spec/integration/riak/test_server_spec.rb in riak-client-1.0.5 vs spec/integration/riak/test_server_spec.rb in riak-client-1.1.0
- old
+ new
@@ -1,8 +1,8 @@
require 'spec_helper'
require 'riak/test_server'
-describe Riak::TestServer do
+describe Riak::TestServer, :nodegen => true do
subject { test_server }
let(:app_config) { (subject.etc + 'app.config').read }
it "should add the test backends to the code path" do
erl_src = File.expand_path("../../../../erl_src", __FILE__)