Skip to content

Commit 46fcfb6

Browse files
committed
Add license header to citrus rules
1 parent 6ce7654 commit 46fcfb6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

lib/rules/expression_rule.citrus

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright 2016 SourceClear Inc
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
115
# A grammar for boolean expressions.
216
# Operators: &&, ||, !
317
grammar Boolean

spec/lib/github_api_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
=end
1616

1717
require 'rails_helper'
18-
#require 'spec_helper'
1918

2019
describe 'GitHubAPI' do
2120
describe '.request_raw' do
@@ -24,7 +23,6 @@
2423
let(:github_token) { 'token' }
2524
subject { GitHubAPI.request_raw(url, github_token) }
2625

27-
#self.request_raw(uri, github_token, params = nil, headers = {})
2826
it { should_not be nil }
2927
end
3028
end

0 commit comments

Comments
 (0)