d69a1f6ff0
git-svn-id: file:///home/svn/framework3/trunk@6651 4d416f70-5f16-0410-b530-b9f4589650da
9 lines
163 B
Ruby
9 lines
163 B
Ruby
require 'test_helper'
|
|
|
|
class MsfControllerTest < ActionController::TestCase
|
|
# Replace this with your real tests.
|
|
test "the truth" do
|
|
assert true
|
|
end
|
|
end
|