An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

user_spec: remove assignment to unused variable

+1 -2
+1 -2
spec/user_spec.rb
··· 6 6 7 7 before do 8 8 User.all.delete_all 9 - 10 - u = Rubywarden::Test::Factory.create_user email: USER_EMAIL, password: USER_PASSWORD 9 + Rubywarden::Test::Factory.create_user email: USER_EMAIL, password: USER_PASSWORD 11 10 end 12 11 13 12 it "should compare a user's hash" do