Skip to content

Commit e97ae24

Browse files
committed
fix to run tests
1 parent 32e1a62 commit e97ae24

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env ruby
22

3+
require 'bundler/setup'
34
require 'test/unit'
45
require 'test/unit/rr'
56

test/test_example.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require_relative './helper'
2-
require 'bundler'
32

43
# 1. Prepare example/your-project-000.json
54
# 2. embulk bundle

0 commit comments

Comments
 (0)