Skip to content

Commit

Permalink
fix for error message 'uninitialized constant Cucumber::Mate::Files::…
Browse files Browse the repository at this point in the history
…Base::FileUtils' when running features from textmate

Signed-off-by: Ben Mabey <ben@benmabey.com>
  • Loading branch information
ben wiseley authored and bmabey committed Mar 19, 2009
1 parent 72c81bc commit 84c0df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Support/lib/cucumber/mate/files/base.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'fileutils'

module Cucumber
module Mate

Expand Down

0 comments on commit 84c0df4

Please sign in to comment.