Update to use modern RSpec syntax and conventions
* Replace `should` syntax with `expect` syntax. * Add pry as a development dependency. * Fix failing specs.
This commit is contained in:
@@ -19,4 +19,5 @@ Gem::Specification.new do |gem|
|
||||
gem.add_development_dependency('rspec')
|
||||
gem.add_development_dependency('awesome_print')
|
||||
gem.add_development_dependency('rake', '~> 10.4.0')
|
||||
gem.add_development_dependency('pry')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user