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

Badges #136

Merged
merged 8 commits into from
Mar 12, 2015
Merged

Badges #136

merged 8 commits into from
Mar 12, 2015

Conversation

cdale77
Copy link
Contributor

@cdale77 cdale77 commented Mar 11, 2015

This adds some badges based on the Star Wars names suggested in #129

user.attendances.count >= 35
end
end

Choose a reason for hiding this comment

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

1 trailing blank lines detected.

@gkop
Copy link
Member

gkop commented Mar 11, 2015

Most of the hounds I agree with, otherwise +1

@@ -0,0 +1,19 @@
class Badge::BobaFett
BADGE_ID = 7
DISPLAY_NAME = 'Boba Fett'

Choose a reason for hiding this comment

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

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

user.attendances.count >= 35
end
end

Choose a reason for hiding this comment

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

1 trailing blank lines detected.

require "spec_helper"

describe Badge::BobaFett do

Choose a reason for hiding this comment

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

Extra empty line detected at block body beginning.

cdale77 added a commit that referenced this pull request Mar 12, 2015
@cdale77 cdale77 merged commit 6c7799f into master Mar 12, 2015
@cdale77 cdale77 deleted the badges branch March 12, 2015 00:10
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.

3 participants