From c3ddeac36fda37cbd098999a077310766f3d31ed Mon Sep 17 00:00:00 2001 From: John Bintz Date: Tue, 21 Jun 2011 10:33:21 -0400 Subject: [PATCH] remove empty spec --- spec/guard/dsl_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/guard/dsl_spec.rb b/spec/guard/dsl_spec.rb index a5474ad..5312226 100644 --- a/spec/guard/dsl_spec.rb +++ b/spec/guard/dsl_spec.rb @@ -127,9 +127,6 @@ describe Guard::Dsl do lambda { subject.evaluate_guardfile(:guardfile_contents => invalid_guardfile_string ) }.should raise_error end - it "should generate a displayable structure from the Guardfile data" do - end - describe ".guardfile_default_path" do let(:local_path) { File.join(Dir.pwd, 'Guardfile') } let(:user_path) { File.expand_path(File.join("~", 'Guardfile')) }