diff --git a/spec/contribute_spec.rb b/spec/contribute_spec.rb index cf087a2..568f81e 100644 --- a/spec/contribute_spec.rb +++ b/spec/contribute_spec.rb @@ -1,9 +1,6 @@ require 'spec_helper' describe Contribute do - it 'runs some test' do - expect(true).to eq(true) - end it 'has a version number' do expect(Contribute::VERSION).not_to be nil