-
-
Save GeekOnCoffee/032009153692558a37fc to your computer and use it in GitHub Desktop.
slightly better
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before do | |
@admin = User.create(username: "user", password: "password", password_confirmation: "password") | |
end | |
subject{ @admin } | |
include_examples "remember token" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before do | |
@admin = ApiUser.create(username: "user", password: "password", password_confirmation: "password") | |
end | |
subject{ @admin } | |
include_examples "remember token" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment