X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f1a0331081794ce17fd93fd2f06d89e6d6df8cba..c12459dead02ee417d434ed228a9f37754c83a3a:/test/fixtures/users.yml diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml deleted file mode 100644 index 873940761..000000000 --- a/test/fixtures/users.yml +++ /dev/null @@ -1,41 +0,0 @@ -# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html -# The normal user's email is intentionally capitalised that way to -# check that the login is case insensitive -normal_user: - id: 1 - email: test@OpenStreetMap.org - active: true - pass_crypt: <%= Digest::MD5.hexdigest('test') %> - creation_time: "2007-01-01 00:00:00" - display_name: test - data_public: false - description: test - home_lat: 12.1 - home_lon: 12.1 - home_zoom: 3 - -public_user: - id: 2 - email: test@example.com - active: true - pass_crypt: <%= Digest::MD5.hexdigest('test') %> - creation_time: "2008-05-01 01:23:45" - display_name: test2 - data_public: true - description: some test description - home_lat: 12 - home_lon: 12 - home_zoom: 12 - -inactive_user: - id: 3 - email: inactive@openstreetmap.org - active: false - pass_crypt: <%= Digest::MD5::hexdigest('test2') %> - creation_time: "2008-07-01 02:23:45" - display_name: Inactive User - data_public: true - description: description - home_lat: 123.4 - home_lon: 12.34 - home_zoom: 15