Sha256: 911080a21abf489660fad4b3a425ea27cac1e67b3317748e0421c79729592296
Contents?: true
Size: 443 Bytes
Versions: 142
Compression:
Stored size: 443 Bytes
Contents
require 'test_helper' module Apidae class ApiControllerTest < ActionDispatch::IntegrationTest include Engine.routes.url_helpers test "should get selection" do get api_selection_url assert_response :success end test "should get object" do get api_object_url assert_response :success end test "should get agenda" do get api_agenda_url assert_response :success end end end
Version data entries
142 entries across 142 versions & 1 rubygems