# File tests/drivers/mock/instances_test.rb, line 185 def test_create_key_returns_201 post_url '/api/keys', {:name => Time.now.to_f.to_s} last_response.status.should == 201 end