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:
Jason Voegele
2015-03-13 15:39:11 -04:00
parent 4d12555c09
commit ad4a53f9ce
14 changed files with 155 additions and 138 deletions
+1
View File
@@ -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