Created
September 22, 2016 08:19
-
-
Save Krule/0cbd5ca1c499c0ee0149af78f7ef4e6a to your computer and use it in GitHub Desktop.
Rspec snippet: `it { is_expected.to include(...) }`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[it { is_expected.to include($0) }]]></content> | |
<tabTrigger>itexi</tabTrigger> | |
<scope>source.ruby</scope> | |
<description>it { is_expected.to include(...) }</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment