Skip to content

Commit

Permalink
a more realistic stub
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAbner committed Jul 7, 2012
1 parent 7588eea commit d481053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion every_memory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class EveryMemory < Sinatra::Base

get "/api/:version/user/sign_in" do
content_type :json
[200, {}, {'id' => 1, 'email' => 'testing'}.to_json]
[200, {}, {'is_new_user' => true, 'id' => 1, 'email' => '[email protected]'}.to_json]
end

end

0 comments on commit d481053

Please sign in to comment.