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 #552

Merged
merged 20 commits into from
Dec 8, 2018
Merged

Fix the build #552

merged 20 commits into from
Dec 8, 2018

Conversation

pablobm
Copy link
Contributor

@pablobm pablobm commented Dec 7, 2018

So this fixes the build! Some notes:

  • Puma is added explicitly as it complained about not finding it.
  • The upgrade to Rails 5.0.1 is also related to this whole Puma business.
  • The format of the output has changed in a few places, so I had to add some newlines to expectations.
  • The most confusing one was teaspoon-jasmine/spec/javascripts/jasmine2/fixture_spec.coffee. Something must have changed in the behaviour of fixture.load that Jasmine 2 doesn't agree with it.
  • On this one: comparing (with toEqual) the html contents is the correct expectation (from what I can tell), as content is appended to the fixture, and therefore we can't just expect the very same object to be in fixture.el and fixtures[0] (and compared with toBe).

Now I hope we can start merging PRs, particularly #537 which is the one that triggered my effort here :-)

gem "sprockets", ">= 4.0.0.beta2"

gemspec name: "teaspoon"

group :development, :test do
gemspec name: "teaspoon-devkit"

gem "puma"

Choose a reason for hiding this comment

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

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

@@ -1,13 +1,15 @@
source "https://rubygems.org"

gem "rails", "5.0.0.1"
gem "rails", "5.0.1"

Choose a reason for hiding this comment

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

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

@pablobm pablobm changed the title Attempt at fixing the build Fix the build Dec 7, 2018
@jejacks0n jejacks0n merged commit 9a2509d into jejacks0n:master Dec 8, 2018
jejacks0n pushed a commit that referenced this pull request May 9, 2019
* Quick check to see if this fixes CI

* Trying something else...

* Another idea

* Clean the cache...?

* Again...

* Progress...?

* Not very bright, am I?

* Now you are taking the piss

* Call me paranoid but, could those trailing spaces be to blame?

* Random failure? Trying again

* Might be ok to bring the cache back now

* Is this the beforeEach that is causing trouble?

* Behaviour must have changed lately...

* Complaining that geckodriver already exists? Bust the cache again

* Argh, I commited geckodriver by accident

* Festival del humor

* Of course QUnit had to join the party

* Green! We can bring back the cache now

* Shouldn't have commited this either

* Hound!
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