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

Rspec scoping #35

Open
tonywok opened this issue Nov 30, 2020 · 0 comments
Open

Rspec scoping #35

tonywok opened this issue Nov 30, 2020 · 0 comments
Labels

Comments

@tonywok
Copy link
Owner

tonywok commented Nov 30, 2020

Rspec.describe "explain" do
  context "how" do
    it "you can achieve this" do
      expect(thing).to appear_less_magical
    end
  end
end
  • Scoping
  • Expectations
  • DSLs
@tonywok tonywok added the posts label Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant