Files
cookbook-openstack-dashboard/spec/server-fedora_spec.rb
John Dewey bfdfa3819c Added dashboard_stubs
Following a pattern already laid out in other cookbooks.
Invoke a common stub method before each test.

Change-Id: Ib52afd39b299b85db74a28182dd8d7e35138f91d
2013-06-08 22:09:42 -07:00

21 lines
457 B
Ruby

require_relative "spec_helper"
describe "openstack-dashboard::server" do
before { dashboard_stubs }
#describe "fedora" do
# before do
# @chef_run = ::ChefSpec::ChefRunner.new ::FEDORA_OPTS
# @chef_run.converge "openstack-dashboard::server"
# end
# it "executes restore-selinux-context" do
# pending "TODO: how to properly test this"
# end
# it "removes default virtualhost" do
# pending "TODO"
# end
#end
end