Disable tests, remove brazilian-rails git repository
This commit is contained in:
@@ -14,23 +14,24 @@
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
require 'stylesheets_controller'
|
||||
|
||||
# Re-raise errors caught by the controller.
|
||||
class StylesheetsController; def rescue_action(e) raise e end; end
|
||||
|
||||
class StylesheetsControllerTest < ActionController::TestCase
|
||||
|
||||
def setup
|
||||
@controller = StylesheetsController.new
|
||||
@request = ActionController::TestRequest.new
|
||||
@response = ActionController::TestResponse.new
|
||||
end
|
||||
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
|
||||
end
|
||||
#require File.dirname(__FILE__) + '/../test_helper'
|
||||
#require 'stylesheets_controller'
|
||||
#
|
||||
## Re-raise errors caught by the controller.
|
||||
#class StylesheetsController; def rescue_action(e) raise e end; end
|
||||
#
|
||||
#class StylesheetsControllerTest < ActionController::TestCase
|
||||
#
|
||||
# def setup
|
||||
# @controller = StylesheetsController.new
|
||||
# @request = ActionController::TestRequest.new
|
||||
# @response = ActionController::TestResponse.new
|
||||
# end
|
||||
#
|
||||
# # Replace this with your real tests.
|
||||
# def test_truth
|
||||
# assert true
|
||||
# end
|
||||
#
|
||||
#end
|
||||
#
|
||||
Reference in New Issue
Block a user