Skip to content

Commit

Permalink
update consul ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinreedy committed Oct 29, 2014
1 parent 8078066 commit 7cecdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/ui/serverspec/localhost/consul_spec.rb
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7cecdac

Please sign in to comment.