test/functional/settings_controller_test.rb in openbill-0.1.4 vs test/functional/settings_controller_test.rb in openbill-0.1.5

- old
+ new

@@ -1,8 +1,8 @@ -require 'test_helper' - -class SettingsControllerTest < ActionController::TestCase - # Replace this with your real tests. - test "the truth" do - assert true - end -end +require 'test_helper' + +class SettingsControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end