spec/integration/riak/test_server_spec.rb in riak-client-0.9.0.beta vs spec/integration/riak/test_server_spec.rb in riak-client-0.9.0.beta2
- old
+ new
@@ -41,12 +41,12 @@
config = File.read(@app_config)
config[-2..-1].should == '].'
config[0..0].should == '['
end
- it "should set the backend to use the cache backend" do
+ it "should set the backend to use the test backend" do
File.readlines(@app_config).should be_any do |line|
- line =~ /\{storage_backend\s*,\s*(.*)\}/ && $1 == "riak_kv_cache_backend"
+ line =~ /\{storage_backend\s*,\s*(.*)\}/ && $1 == "riak_kv_test_backend"
end
end
it "should set the default ports to 9000-9002" do
config = File.readlines(@app_config)