From 7cecdac68b114784e867342c393148f6efeb87c1 Mon Sep 17 00:00:00 2001 From: Kevin Reedy Date: Wed, 29 Oct 2014 00:40:29 -0500 Subject: [PATCH] update consul ui test --- test/integration/ui/serverspec/localhost/consul_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/ui/serverspec/localhost/consul_spec.rb b/test/integration/ui/serverspec/localhost/consul_spec.rb index 89624e70..69c84958 100644 --- a/test/integration/ui/serverspec/localhost/consul_spec.rb +++ b/test/integration/ui/serverspec/localhost/consul_spec.rb @@ -1,6 +1,6 @@ require 'spec_helper' -describe file('/var/lib/consul/ui/consul_ui/index.html') do +describe file('/var/lib/consul/ui/index.html') do it { should be_file } end