ad_banner_pro/test/controllers/ad_banners_controller_test.rb

10 lines
168 B
Ruby
Raw Normal View History

2014-11-25 10:34:14 +00:00
require 'test_helper'
class AdBannersControllerTest < ActionController::TestCase
test "should get widget" do
get :widget
assert_response :success
end
end