Skip to content

Commit

Permalink
Merge pull request #7 from junaruga/hotfix/test-require-pathname
Browse files Browse the repository at this point in the history
Require pathname to run tests without Bundler.
  • Loading branch information
georgeclaghorn authored May 4, 2018
2 parents 83f34a0 + 1acdac9 commit c7b54d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'minitest/autorun'
require 'marcel'
require 'pathname'

class Marcel::TestCase < MiniTest::Test
class << self
Expand Down

0 comments on commit c7b54d3

Please sign in to comment.