diff --git a/test/fixtures/.credentials.yml.kate-swp b/test/fixtures/.credentials.yml.kate-swp deleted file mode 100644 index d7ae1f5..0000000 Binary files a/test/fixtures/.credentials.yml.kate-swp and /dev/null differ diff --git a/test/fixtures/credentials.yml b/test/fixtures/credentials.yml index 62ef0d8..4e9845d 100644 --- a/test/fixtures/credentials.yml +++ b/test/fixtures/credentials.yml @@ -1,9 +1,9 @@ # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: - email: MyString + email: bob@example.net password: MyString two: - email: MyString + email: alice@example.org password: MyString