Skip to content

Commit

Permalink
Replace hard-coded guides link with /current
Browse files Browse the repository at this point in the history
  • Loading branch information
acorncom committed Jul 14, 2018
1 parent a4253d1 commit 633bb05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class extends TestModule {
} else {
this.callbacks.subject = function() {
throw new Error(
"component integration tests do not support `subject()`. Instead, render the component as if it were HTML: `this.render('<my-component foo=true>');`. For more information, read: http://guides.emberjs.com/v2.2.0/testing/testing-components/"
"component integration tests do not support `subject()`. Instead, render the component as if it were HTML: `this.render('<my-component foo=true>');`. For more information, read: http://guides.emberjs.com/current/testing/testing-components/"
);
};
this.setupSteps.push(this.setupComponentIntegrationTest);
Expand Down

0 comments on commit 633bb05

Please sign in to comment.