Skip to content

Commit

Permalink
Added test files
Browse files Browse the repository at this point in the history
  • Loading branch information
morshedalam committed Apr 8, 2012
1 parent 49bbf4a commit d2404e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/rename_test.rb
@@ -0,0 +1,8 @@
require 'test_helper'

class RenameTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end
3 changes: 3 additions & 0 deletions tests/test_helper.rb
@@ -0,0 +1,3 @@
require 'rubygems'
require 'test/unit'
require 'active_support'

0 comments on commit d2404e7

Please sign in to comment.