Project

General

Profile

« Previous | Next » 

Revision 6b4b489f

Added by Ori Rabin over 8 years ago

fixes #10832 - separating lookup keys into puppet and variable

View differences:

test/functional/api/v1/lookup_keys_controller_test.rb
require 'test_helper'
class Api::V1::LookupKeysControllerTest < ActionController::TestCase
valid_attrs = { :key => 'testkey', :is_param => true }
valid_attrs = { :key => 'testkey' }
test "should get index" do
get :index, { }

Also available in: Unified diff