Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Require test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
morten committed Sep 12, 2012
1 parent 38ddec6 commit 1dc95a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/test_generator.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require File.expand_path("test/test_helper")

describe Kamcaptcha::Generator do

describe Kamcaptcha::Generator::RandomWordGenerator do
Expand Down
2 changes: 2 additions & 0 deletions test/unit/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require File.expand_path("test/test_helper")

describe Kamcaptcha::Helper do
include Kamcaptcha::Helper

Expand Down
2 changes: 2 additions & 0 deletions test/unit/test_kamcaptcha.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require File.expand_path("test/test_helper")

describe Kamcaptcha do

describe "#images" do
Expand Down
2 changes: 2 additions & 0 deletions test/unit/test_validation.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require File.expand_path("test/test_helper")

describe Kamcaptcha::Validation do
def params
@params
Expand Down

0 comments on commit 1dc95a3

Please sign in to comment.