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

Fix the build #248

Merged
merged 5 commits into from
Jul 30, 2015
Merged

Fix the build #248

merged 5 commits into from
Jul 30, 2015

Conversation

nicolasiensen
Copy link
Contributor

Hey, I made some changes to get Travis back to green.

There were some failing tests on application_helper_spec and I had to add responders 2.0 as a dependency for deprecation reasons.

@@ -43,31 +43,31 @@
describe "social icons+links" do
context "render if enabled" do
it "generate rss <link> tag for <head>" do
helper.rss_head_link.should eq "<link href=\"https://test.host/monologue/feed\" rel=\"alternate\" title=\"RSS\" type=\"application/rss+xml\" />"
helper.rss_head_link.should eq "<link href=\"https://test.host/feed\" rel=\"alternate\" title=\"RSS\" type=\"application/rss+xml\" />"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Line is too long. [141/80]

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.88% when pulling 17587de on nicolasiensen:master into 183bd8b on jipiboily:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.88% when pulling 17587de on nicolasiensen:master into 183bd8b on jipiboily:master.

@coveralls
Copy link

coveralls commented Mar 3, 2015

Coverage Status

Coverage decreased (-9.3%) to 78.571% when pulling 17587de on nicolasiensen:master into 183bd8b on jipiboily:master.

@@ -43,31 +43,50 @@
describe "social icons+links" do
context "render if enabled" do
it "generate rss <link> tag for <head>" do
helper.rss_head_link.should eq "<link href=\"https://test.host/monologue/feed\" rel=\"alternate\" title=\"RSS\" type=\"application/rss+xml\" />"
helper.rss_head_link.should have_css("link", href: "https://test.host/feed", rel: "alternate",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Line is too long. [101/80]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@houndci what about now?

target: "_blank"
)

helper.googleplus_icon.should have_css("i", class: "foundicon-google-plus")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Line is too long. [83/80]

end

it "generate googleplus" do
helper.googleplus_icon.should eq "<a class=\"social\" href=\"#{Monologue::Config.google_plus_account_url}\" target=\"_blank\"><i class=\"foundicon-google-plus\"></i></a>"
helper.googleplus_icon.should have_css("a",
href: "#{Monologue::Config.google_plus_account_url}",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Align the parameters of a method call if they span more than one line.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.88% when pulling 42ca6a1 on nicolasiensen:master into 183bd8b on jipiboily:master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.88% when pulling 42ca6a1 on nicolasiensen:master into 183bd8b on jipiboily:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.88% when pulling 42ca6a1 on nicolasiensen:master into 183bd8b on jipiboily:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.88% when pulling 42ca6a1 on nicolasiensen:master into 183bd8b on jipiboily:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.88% when pulling 467c8d8 on nicolasiensen:master into 183bd8b on jipiboily:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.88% when pulling 467c8d8 on nicolasiensen:master into 183bd8b on jipiboily:master.

@msevestre
Copy link
Collaborator

Hey cool.
Thanks!!!!
On Mar 3, 2015 4:53 PM, "Nícolas Iensen" [email protected] wrote:

Hey, I made some changes to get Travis back to green.

There were some failing tests on application_helper_spec and I had to add

responders 2.0 as a dependency for deprecation reasons.

You can view, comment on, or merge this pull request online at:

#248
Commit Summary

  • Fix testing dummy Gemfile
  • Fix application_helper tests

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#248.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.88% when pulling 467c8d8 on nicolasiensen:master into 183bd8b on jipiboily:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.88% when pulling 467c8d8 on nicolasiensen:master into 183bd8b on jipiboily:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.88% when pulling 467c8d8 on nicolasiensen:master into 183bd8b on jipiboily:master.

msevestre pushed a commit that referenced this pull request Jul 30, 2015
@msevestre msevestre merged commit 83e9cf3 into jipiboily:master Jul 30, 2015
@msevestre
Copy link
Collaborator

Thanks

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

4 participants