Thanks Mark. The problem was definitely in the wetwear.
I think the thing that threw me off was RubyMine was complaining about
my
namespace.
Interestingly for me though both:
assert_equal(“John”,john.FirstName)
and
assert_equal(“John”,john.first_name)
work.
John(no)