spec/factories/async_action.rb in libgss-0.7.6 vs spec/factories/async_action.rb in libgss-0.8.0

- old
+ new

@@ -12,13 +12,13 @@ attempts 0 end factory :async_action02, class: AsyncAction do player - action_id "2" + action_id 2 request_url "http://localhost:3000/api/1.0.0/async_actions.json?auth_token=CzyWmCg3vjpxeYuHL8dr" request({"id"=>2, "action"=>"server_time"}) - response({"result"=>1379990870, "id"=>"2"}) + response({"result"=>1379990870, "id"=>2}) attempts 0 end factory :player, class: Player do player_id "1000001"