I hereby claim:
- I am msurovcak on github.
- I am msurovcak (https://keybase.io/msurovcak) on keybase.
- I have a public key whose fingerprint is 10D1 2322 D611 B436 260E D424 CE4F 6C3D 1DF1 2C2C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
%YAML 1.2 | |
--- | |
name: JIRA and Confluence markup syntax | |
scope: source.atlassian-markup | |
license: MIT | |
variables: | |
other_text_mods: '\^|\~|\?\?' | |
projects: '(GD|PAAS)' | |
icons: '\((!|\?|/)\)' | |
contexts: |
require 'rspec/expectations' | |
require 'rspec' | |
RSpec::Matchers.define :be_in do |expected| | |
match do | |
expected.include?(actual) | |
end | |
end | |
describe 'passing examples' do |