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

[2.18] Code examples for Testing seem different from reality #100

Closed
peabnuts123 opened this issue Jun 27, 2018 · 5 comments
Closed

[2.18] Code examples for Testing seem different from reality #100

peabnuts123 opened this issue Jun 27, 2018 · 5 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@peabnuts123
Copy link

I am quite confused here and presumably looking to be told why I am wrong. I have been reviewing the guides for Testing, but none of the code examples match what is generated in my ember app. This has been very confusing for me because the code examples on the guides look way more legit.

For example, I am reviewing this page on writing acceptance tests. The code example on the page is as follows:

// tests/acceptance/login-test.js

import { module, test } from 'qunit';
import { visit } from '@ember/test-helpers';
import { setupApplicationTest } from 'ember-qunit';

module('Acceptance | login', function(hooks) {
  setupApplicationTest(hooks);

  test('visiting /login', async function(assert) {
    await visit('/login');
    assert.equal(currentURL(), '/login');
  });
});

However, if I generate exactly the same test locally I get the following:

// tests/acceptance/login-test.js

import { test } from 'qunit';
import moduleForAcceptance from 'my-app/tests/helpers/module-for-acceptance';

moduleForAcceptance('Acceptance | login');

test('visiting /login', function(assert) {
  visit('/login');

  andThen(function() {
    assert.equal(currentURL(), '/login');
  });
});

I can see this output in the guides up to 2.17 but they seem to change at 2.18.
Digging around, I have found the blueprints source in the Ember.js repo, but much to my dismay, the blueprints agree with what is being generated locally. In fact, the blueprints agree with me even on latest release 3.3.0-beta4.

What are the testing guides on about?

@acorncom
Copy link
Member

@peabnuts123 The testing framework did change in Ember 3.0, but it should have been left unchanged in Ember 2.18. We may have goofed on that somehow as we released a new version of the guides ...

Details on the changes can be found on the Ember 3.0 blog post (https://emberjs.com/blog/2018/02/14/ember-3-0-released.html#toc_updates-to-the-testing-defaults).

As far as the blueprints go, you're right but you're not 😉 The acceptance test blueprints have been updated when you look at the rfc-232 blueprints here: https://github.com/emberjs/ember.js/tree/v3.0.0/blueprints/acceptance-test

Does that help?

@acorncom
Copy link
Member

For anyone interested in helping, we'd love to see the Ember 2.17 testing guides copied over to Ember 2.18 in this repo so we eliminate the confusion here. @peabnuts123 if you have time, a PR would be great, otherwise we'll see about getting this cleaned up in a bit.

@acorncom acorncom added help wanted Extra attention is needed good first issue Good for newcomers labels Jun 29, 2018
@acorncom acorncom changed the title Code examples for Testing seem different from reality [2.18] Code examples for Testing seem different from reality Jun 29, 2018
@peabnuts123
Copy link
Author

This makes sense. I went on to learn about the testing overhauls that have happened but left the issue open as the contents of node_modules/ember-source did not have the RFC-232 blueprints in it and I was thoroughly confused. Thanks for the info! I may or may not have time to put together a PR, I am unsure.
Question for you, @acorncom, can I use the new test formats / get my hands on the blueprints without upgrading to 3.0? I'm really loving the changes that have been made.

@peabnuts123
Copy link
Author

Have opened #102. Please take a look and see if it is correct.

acorncom added a commit that referenced this issue Jul 2, 2018
Replace testing guides for v2.18.0 with those from v2.17.0 (#100)
@acorncom
Copy link
Member

acorncom commented Jul 2, 2018

Closed by #102 Thanks again!

@acorncom acorncom closed this as completed Jul 2, 2018
chancancode pushed a commit that referenced this issue Mar 25, 2022
* [CRON] Thursday Aug 05, 2021

---

Commit:  ember-learn/super-rentals-tutorial@04c4295
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/04c4295dcd77e1b1829624a66e7fd477e0e5df44/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/04c4295dcd77e1b1829624a66e7fd477e0e5df44/checks

* [CRON] Sunday Aug 15, 2021

---

Commit:  ember-learn/super-rentals-tutorial@04c4295
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/04c4295dcd77e1b1829624a66e7fd477e0e5df44/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/04c4295dcd77e1b1829624a66e7fd477e0e5df44/checks

* [CRON] Monday Aug 16, 2021

---

Commit:  ember-learn/super-rentals-tutorial@04c4295
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/04c4295dcd77e1b1829624a66e7fd477e0e5df44/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/04c4295dcd77e1b1829624a66e7fd477e0e5df44/checks

* [CRON] Friday Aug 20, 2021

---

Commit:  ember-learn/super-rentals-tutorial@04c4295
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/04c4295dcd77e1b1829624a66e7fd477e0e5df44/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/04c4295dcd77e1b1829624a66e7fd477e0e5df44/checks

* [CRON] Saturday Aug 21, 2021

---

Commit:  ember-learn/super-rentals-tutorial@04c4295
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/04c4295dcd77e1b1829624a66e7fd477e0e5df44/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/04c4295dcd77e1b1829624a66e7fd477e0e5df44/checks

* Restore CI for release

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Tuesday Dec 21, 2021

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Wednesday Dec 22, 2021

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Friday Dec 24, 2021

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Saturday Dec 25, 2021

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Sunday Dec 26, 2021

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Monday Dec 27, 2021

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Tuesday Dec 28, 2021

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Wednesday Dec 29, 2021

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Thursday Dec 30, 2021

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Friday Dec 31, 2021

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Saturday Jan 01, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Sunday Jan 02, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Monday Jan 24, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Tuesday Jan 25, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Wednesday Jan 26, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Thursday Jan 27, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Friday Jan 28, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Saturday Jan 29, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Sunday Jan 30, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Monday Jan 31, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Tuesday Feb 01, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Wednesday Feb 02, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Thursday Feb 03, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Friday Feb 04, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Saturday Feb 05, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Sunday Feb 06, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Monday Feb 07, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Tuesday Feb 08, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Wednesday Feb 09, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Thursday Feb 10, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Friday Feb 11, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Saturday Feb 12, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Sunday Feb 13, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Monday Feb 14, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Tuesday Feb 15, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Wednesday Feb 16, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Thursday Feb 17, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Friday Feb 18, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Saturday Feb 19, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Sunday Feb 20, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Monday Feb 21, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Tuesday Feb 22, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Wednesday Feb 23, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Thursday Feb 24, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Friday Feb 25, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Saturday Feb 26, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Sunday Feb 27, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Monday Feb 28, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Tuesday Mar 01, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Wednesday Mar 02, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Thursday Mar 03, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Friday Mar 04, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Saturday Mar 05, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Sunday Mar 06, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Monday Mar 07, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Tuesday Mar 08, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* [CRON] Wednesday Mar 09, 2022

---

Commit:  ember-learn/super-rentals-tutorial@1568ada
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/1568adaa91976b2c60b96d9b60a09d3a9e4a03ea/checks

* Re-enable beta tutorial build

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Thursday Mar 10, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Friday Mar 11, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Saturday Mar 12, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Sunday Mar 13, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Monday Mar 14, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Tuesday Mar 15, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Wednesday Mar 16, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Thursday Mar 17, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Friday Mar 18, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Saturday Mar 19, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Sunday Mar 20, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Monday Mar 21, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Tuesday Mar 22, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* [CRON] Wednesday Mar 23, 2022

---

Commit:  ember-learn/super-rentals-tutorial@67c254d
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/67c254df09a8f862f612f618ef92cdc2289f2b02/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/67c254df09a8f862f612f618ef92cdc2289f2b02/checks

* Bump node version to fix build

---

Commit:  ember-learn/super-rentals-tutorial@7cfa970
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/7cfa97004bd05c43f446f7b01fe2ee07914f0320/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/7cfa97004bd05c43f446f7b01fe2ee07914f0320/checks

* Fix the "deterministic tests" hack

QUnit's reporter was refactored to use the new `runEnd` event[1].
This broke the previous hack as modifying the `details` object in
the `done` hook no longer does anything.

[1]: qunitjs/qunit#1643

---

Commit:  ember-learn/super-rentals-tutorial@d38339e
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/d38339e6930ff9f0dcff9bb1f595d1706aee873d/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/d38339e6930ff9f0dcff9bb1f595d1706aee873d/checks

* Use new named `service` export

---

Commit:  ember-learn/super-rentals-tutorial@6b294a5
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/6b294a5f0995a2da704fa0fde3a602531b2ed614/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/6b294a5f0995a2da704fa0fde3a602531b2ed614/checks

* Add zoey says about downloading the CSS file

Closes #100
Closes #155

---

Commit:  ember-learn/super-rentals-tutorial@723f119
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/723f119fe77897630639c14d0fdd79a089a9043b/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/723f119fe77897630639c14d0fdd79a089a9043b/checks

Co-authored-by: Tomster <tomster@emberjs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants