Skip to content

Commit

Permalink
So the specs totally don't pass.
Browse files Browse the repository at this point in the history
The rspec version required moved to 3.1 but the gemspec was not
updated. Also, the Dogestry tests are pretty brittle.
  • Loading branch information
relistan committed Nov 18, 2014
1 parent 91a9f6d commit cf5955f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion centurion.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 2.14.0'
spec.add_development_dependency 'rspec', '~> 3.1.0'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'simplecov'

Expand Down
1 change: 1 addition & 0 deletions spec/dogestry_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

describe '#which' do
it 'finds dogestry command line' do
allow(File).to receive(:executable?).and_return(true)
registry.which('dogestry').should_not == nil
end
end
Expand Down

0 comments on commit cf5955f

Please sign in to comment.