Rename all `has_*' test keywords

This commit is contained in:
Thibault Jouan
2014-04-23 20:19:39 +00:00
parent 66e3dfd186
commit b995ef2680
7 changed files with 22 additions and 22 deletions

View File

@@ -11,10 +11,10 @@ module Producer::Core
`
sh
file_contains
has_dir
has_env
has_executable
has_file
dir?
env?
executable?
file?
].each do |test|
it "has `#{test}' test defined" do
expect(dsl).to respond_to test.to_sym