From faa9df47370af19677e66cda11986de025b2e948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Fri, 20 Sep 2013 17:13:22 +0200 Subject: [PATCH] Make specs green. Not exactly sure what caused this. /cc @irrationalfab --- spec/specification/linter_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/specification/linter_spec.rb b/spec/specification/linter_spec.rb index bdcb13433..5fb7f03c1 100644 --- a/spec/specification/linter_spec.rb +++ b/spec/specification/linter_spec.rb @@ -138,7 +138,7 @@ def message_should_include(*values) #------------------# it "checks the version is higher than 0" do - @spec.version = nil + @spec.stubs(:version).returns(Pod::Version.new('0')) message_should_include('version', '0') end