Manage run control file path in Env

This commit is contained in:
Thibault Jouan
2015-04-14 00:36:24 +00:00
parent 6cafd2ea37
commit e9de59b37b
2 changed files with 9 additions and 2 deletions

View File

@@ -13,6 +13,10 @@ module Uh
expect(env).not_to be_debug
end
it 'has the default rc path set' do
expect(env.rc_path).to eq '~/.uhwmrc.rb'
end
it 'has no layout_class set' do
expect(env.layout_class).not_to be
end