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