Skip to content

Commit

Permalink
Require Cucumber 2.0 files
Browse files Browse the repository at this point in the history
  - see cheezy#39
  • Loading branch information
olleolleolle committed May 18, 2015
1 parent 0094f3d commit f9b1a94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lib/pretty_face/formatter/html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
require 'fileutils'
require 'cucumber/formatter/io'
require 'cucumber/formatter/duration'
require 'cucumber/ast/scenario'
require 'cucumber/ast/table'
require 'cucumber/ast/outline_table'
require 'cucumber/core/ast/scenario'
require 'cucumber/core/ast/data_table'
require 'cucumber/core/ast/scenario_outline'
require File.join(File.dirname(__FILE__), 'view_helper')
require File.join(File.dirname(__FILE__), 'report')

Expand Down
2 changes: 1 addition & 1 deletion lib/pretty_face/formatter/view_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'cucumber/ast/scenario_outline'
require 'cucumber/core/ast/scenario_outline'

module PrettyFace
module Formatter
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/html_formatter_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'spec_helper'
require 'cucumber/ast/step'
require 'cucumber/core/ast/step'

describe PrettyFace::Formatter::Html do
let(:step_mother) { double('step_mother') }
Expand Down

0 comments on commit f9b1a94

Please sign in to comment.