Skip to content

Commit

Permalink
Merge pull request #17 from funkwerk/feature/ci_for_windows
Browse files Browse the repository at this point in the history
Feature/ci for windows
  • Loading branch information
lindt authored Dec 3, 2017
2 parents 4cb9278 + 9468f6d commit fbd9d0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
source 'https://rubygems.org'

gemspec

gem 'amatch'
gem 'aruba', '1.0.0.pre.alpha.2'
gem 'engtagger', '>=0.2.1'
Expand Down
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
require 'rake/testtask'

ENV['RUBYLIB'] ||= "lib:#{ENV['RUBYLIB']}"

task default: :build

desc 'Builds the Gem.'
Expand Down Expand Up @@ -46,5 +44,5 @@ task :self_check do
UnknownVariable
BadScenarioName
]
sh "./bin/gherkin_lint --disable #{disabled_checks.join ','} features/*.feature"
sh "ruby ./bin/gherkin_lint --disable #{disabled_checks.join ','} features/*.feature"
end

0 comments on commit fbd9d0d

Please sign in to comment.