Add rspec-parameterized for table based tests
This allows for being more concise in specs that test a state when changing multiple variables.
... | ... | @@ -49,4 +49,5 @@ |
gem 'fantaskspec' | ||
gem 'rspec_junit_formatter' | ||
gem 'pry' | ||
gem 'rspec-parameterized', require: false | ||
end |
Please register or sign in to comment