Skip to content

Commit

Permalink
Remove factories_spec_rake_task method
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-chimp committed Feb 1, 2015
1 parent c341682 commit fea0b79
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/suspenders/app_builder.rb
Expand Up @@ -426,10 +426,6 @@ def run_heroku(command, environment)
run "#{path_addition} heroku #{command} --remote #{environment}"
end

def factories_spec_rake_task
IO.read find_in_source_paths('factories_spec_rake_task.rb')
end

def generate_secret
SecureRandom.hex(64)
end
Expand Down

0 comments on commit fea0b79

Please sign in to comment.