Skip to content

Commit

Permalink
Merge pull request #1175 from jaysonesmith/1021-fix-style-violations-5
Browse files Browse the repository at this point in the history
Fix Metrics/LineLength - PARTIAL - 02
  • Loading branch information
mxygem authored Aug 14, 2017
2 parents e284798 + ab0d59e commit 7f35b2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/cucumber
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env ruby
$:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib')
file_name = File.dirname(__FILE__) + '/../lib'
$:.unshift(file_name) unless $:.include?(file_name)

require 'simplecov_setup'
require 'cucumber/rspec/disable_option_parser'
Expand Down

0 comments on commit 7f35b2b

Please sign in to comment.