Skip to content

Commit

Permalink
Add support for setting the test target name at the prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-oakes authored and gfontenot committed Nov 19, 2014
1 parent 0f501a5 commit 751a08e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/liftoff/option_fetcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def fetch_options
fetch_option_for(:company, 'Company name')
fetch_option_for(:company_identifier, 'Company identifier')
fetch_option_for(:prefix, 'Prefix')
fetch_option_for(:test_target_name, 'Test target name')
end

private
Expand Down

0 comments on commit 751a08e

Please sign in to comment.