Remove reference to local rspec, used in development

This commit is contained in:
Markus Schirp 2013-08-05 02:03:32 +02:00
parent 088086a3f5
commit 4bacb1e37a

View file

@ -6,8 +6,6 @@ gemspec
gem 'mutant', path: '.'
gem 'rspec-core', path: '../rspec-core'
group :development, :test do
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
end