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 initial I18n support #12

Merged
merged 1 commit into from
Jan 29, 2018
Merged

Add initial I18n support #12

merged 1 commit into from
Jan 29, 2018

Conversation

mikker
Copy link
Owner

@mikker mikker commented Jan 25, 2018

No description provided.

@@ -117,7 +117,7 @@ def create_session_for(user)
get "/users/sign_in/#{session.token}"
follow_redirect!

assert flash[:error]
assert_match "Your session has expired", flash[:error]

Choose a reason for hiding this comment

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

Prefer single-quoted strings when you don't need string interpolation or special symbols.

@@ -117,7 +117,7 @@ def create_session_for(user)
get "/users/sign_in/#{session.token}"
follow_redirect!

assert flash[:error]
assert_match "Your session has expired", flash[:error]

Choose a reason for hiding this comment

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

Prefer single-quoted strings when you don't need string interpolation or special symbols.

Repository owner deleted a comment from codecov bot Jan 25, 2018
Repository owner deleted a comment from codecov bot Jan 25, 2018
@codecov
Copy link

codecov bot commented Jan 25, 2018

Codecov Report

Merging #12 into master will decrease coverage by 0.28%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   96.19%   95.91%   -0.29%     
==========================================
  Files          31       32       +1     
  Lines         263      269       +6     
==========================================
+ Hits          253      258       +5     
- Misses         10       11       +1
Impacted Files Coverage Δ
lib/passwordless/engine.rb 100% <100%> (ø) ⬆️
...pp/controllers/passwordless/sessions_controller.rb 100% <100%> (ø) ⬆️
...controllers/passwordless/application_controller.rb 75% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 43916ba...e929489. Read the comment docs.

@mikker mikker mentioned this pull request Jan 25, 2018
@mikker mikker merged commit 06e117f into master Jan 29, 2018
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.

None yet

2 participants