Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add company_identifier property to configuration #102

Merged
merged 1 commit into from
Mar 12, 2014

Conversation

gfontenot
Copy link
Member

This allows users to provide (or pre-define using the liftoffrc) a company
identifier to use for the project. By default, we will construct a company
identifier for the user by normalizing the provided company name and
prepending 'com.'

Fixes #94

@hyperspacemark
Copy link
Contributor

👍

end

context 'when the identifier is not set directly' do
it 'returns a reverse domain string from the normalized company name if not set' do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think if not set duplicates the context information.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I meant to remove that when I added the context

This allows users to provide (or pre-define using the liftoffrc) a
company identifier to use for the project. By default, we will construct
a company identifier for the user by normalizing the provided company
name and prepending 'com.'
@gfontenot gfontenot merged commit 6692278 into master Mar 12, 2014
@gfontenot gfontenot deleted the gf-strip-company-name branch March 12, 2014 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove special characters and spaces from Company Name
3 participants