Disable tests, remove brazilian-rails git repository

This commit is contained in:
2015-09-03 12:31:54 -04:00
parent cdafe05e86
commit 3705590e4e
26 changed files with 1040 additions and 1030 deletions

View File

@@ -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
#