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

Feature: RSpec Part 2: Hooks, Let and Subject #22520

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

KevinMulhern
Copy link
Member

Because:

  • We are rewriting the testing lessons in the Ruby course and need a lesson to teach the student about coding sharing techniques in RSpec.

This lesson covers:

  • Before and after hooks
  • Let variables
  • Subject
  • Context groups

Copy link
Member

@CouchofTomato CouchofTomato left a comment

Choose a reason for hiding this comment

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

Great work again mate. Awesome stuff.

@KevinMulhern KevinMulhern force-pushed the feature/rspec-part-two-code-sharing-lesson branch from 233e348 to 0379974 Compare August 12, 2021 18:13
Copy link
Member

@rlmoser99 rlmoser99 left a comment

Choose a reason for hiding this comment

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

Another amazing job on this lesson! 🎉

Just found one thing as I was following along that you probably refactored at some point.

Because:
* We are rewriting the testing lessons in the Ruby course and need a lesson to teach the student about coding sharing techniques in RSpec.

This commit:

This lesson covers:
* Before and after hooks
* Let variables
* Subject
* Context groups
@KevinMulhern KevinMulhern force-pushed the feature/rspec-part-two-code-sharing-lesson branch from 0379974 to 47cce43 Compare August 15, 2021 22:13
@KevinMulhern KevinMulhern merged commit 3f63fde into main Aug 19, 2021
@KevinMulhern KevinMulhern deleted the feature/rspec-part-two-code-sharing-lesson branch October 27, 2021 14:00
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

3 participants