class Recipes::BetterErrors

Public Instance Methods

create() click to toggle source
# File lib/potassium/recipes/better_errors.rb, line 2
def create
  gather_gems(:development, :test) do
    gather_gem('better_errors')
    gather_gem('binding_of_caller')
  end
end