spec/support/03_provider_spec.rb in devinstall-1.2.2 vs spec/support/03_provider_spec.rb in devinstall-1.2.3
- old
+ new
@@ -7,8 +7,8 @@
Devinstall::Settings.instance.load! './spec/assets/example_01.yml' ## use defaults for type and env
end
it 'should load the correct (Provider::Ssh) plugin' do
provider = Devinstall::Provider.new(@package, @type, @env, @action)
- expect(provider.singleton_class.include? Provider::Ssh).to be_true
+ expect(provider.singleton_class.include? Provider::Ssh).to be true
end
end