let b:switch_custom_definitions = [ \ ["describe", "context", "specific", "example"], \ ['before', 'after'], \ ['be_true', 'be_false'], \ ['get', 'post', 'put', 'delete'], \ ['==', 'eql', 'equal'], \ { '.should_not': '.should' }, \ ['.to_not', '.to'], \ { '([^. ]+).should(_not|)': 'expect(\1).to\2' }, \ { 'expect(([^. ]+)).to(_not|)': '\1.should\2' }, \ ]
Created
July 11, 2013 12:55
-
-
Save alpaca-tc/5975200 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment