Skip to content

Commit

Permalink
Use require_relative for test_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
maxidr committed Nov 3, 2014
1 parent 9aef035 commit 243e72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/helpers.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "test_helper"
require_relative "test_helper"
require "cuba/sugar"

test "set status and headers through helpers" do
Expand Down
2 changes: 1 addition & 1 deletion test/routes.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "test_helper"
require_relative "test_helper"
require "cuba/sugar/as"
require "cuba/sugar/routes"

Expand Down

0 comments on commit 243e72e

Please sign in to comment.