notebook/test/controllers/write_controller_test.rb
2016-07-31 00:20:28 -05:00

10 lines
164 B
Ruby

require 'test_helper'
class WriteControllerTest < ActionController::TestCase
test "should get editor" do
get :editor
assert_response :success
end
end