Skip to content

Commit

Permalink
Fix undo spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlON committed Jul 29, 2017
1 parent b764807 commit 15fd266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/dashboard_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let(:user) { room.users.first }
let!(:room_activity) { create :room_activity, room: room }
let(:room_activity_name) { room_activity.name }
let(:undone_activity) { room.activities.last }
let(:undone_activity) { user.activities.last }

background do
sign_in user
Expand Down

0 comments on commit 15fd266

Please sign in to comment.