1) Authentication authorization in the Users controller visiting the
following page
Failure/Error: before { visit following_user_path(user) }
NameError:
undefined local variable or method `user' for
#<RSpec::Core::ExampleGroup::Nested_7::Nested_3::Nested_3::Nested_2:0x00000006402418>
# ./spec/requests/authentication_pages_spec.rb:93:in `block (5
levels) in <top (required)>'
2) Authentication authorization in the Users controller visiting the
followers page
Failure/Error: before { visit followers_user_path(user) }
NameError:
undefined local variable or method `user' for
#<RSpec::Core::ExampleGroup::Nested_7::Nested_3::Nested_3::Nested_3:0x0000000640c2b0>
# ./spec/requests/authentication_pages_spec.rb:98:in `block (5
levels) in <top (required)>'