Skip to content

Commit

Permalink
Uncommented a line
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Haeffner committed Aug 15, 2016
1 parent 1829770 commit b7303df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@eyes = Applitools::Eyes.new
@eyes.api_key = ENV['APPLITOOLS_API_KEY']
@eyes.batch = Thread.current[:batch]
#@eyes.branch_name = ENV['BRANCH_NAME'] ||= 'default'
@eyes.branch_name = ENV['BRANCH_NAME'] ||= 'default'
@driver = @eyes.open(
app_name: 'the-internet',
test_name: example.metadata[:full_description],
Expand Down

0 comments on commit b7303df

Please sign in to comment.