diff --git a/spec/domain/attachment_spec.rb b/spec/domain/attachment_spec.rb index 6dd8d24..ed4bb97 100644 --- a/spec/domain/attachment_spec.rb +++ b/spec/domain/attachment_spec.rb @@ -24,6 +24,7 @@ end it 'should attach a mock file to an issue' do + skip @issue = Issue.create(:description => 'mydesc', :long_description => 'potato')