added test stub

git-svn-id: https://dev.finn.de/svn/cockpit/trunk@105 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
hjust 15 years ago
parent 206fd9381e
commit 19800d72cc
  1. 8
      test/functional/hourly_rates_controller_test.rb

@ -0,0 +1,8 @@
require File.dirname(__FILE__) + '/../test_helper'
class HourlyRatesControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end
Loading…
Cancel
Save