Skip to content

Commit

Permalink
Un-deprecate the be_running matcher on service resource
Browse files Browse the repository at this point in the history
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
  • Loading branch information
clintoncwolfe committed Jul 12, 2019
1 parent ca02539 commit f680e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/matchers/matchers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
# Deprecated: You should not use this matcher anymore
RSpec::Matchers.define :be_running do
match do |service|
Inspec.deprecate(:serverspec_compatibility, "The service `be_running?` matcher is deprecated.")
service.running? == true
end

Expand Down

0 comments on commit f680e2e

Please sign in to comment.