< SHAKIN’ THINGS UP >
With the help of @octomoosey‘s base code [per usual], I’ve revamped a bit! There are still some awkward parts but I’ll be looking into streamlining it over the next week or so.

seen from United States

seen from France

seen from United States
seen from China

seen from Canada
seen from Netherlands
seen from Poland
seen from United States
seen from United Kingdom
seen from Yemen

seen from Maldives
seen from United Kingdom

seen from Greece

seen from United States

seen from United States

seen from Ukraine

seen from Australia

seen from Israel
seen from Pakistan
seen from Poland
< SHAKIN’ THINGS UP >
With the help of @octomoosey‘s base code [per usual], I’ve revamped a bit! There are still some awkward parts but I’ll be looking into streamlining it over the next week or so.
First image...I went into '~/spec/requests/static_pages_spec.rb' and added the Contact US info to run a test.
Second image...failure. We need to add '/static_pages/about' to the routes file.
Added it to routes folder than failed again.
We need to add a contact action in the StaticPages controller.
As you noticed, I left out the 's' in pages so it gave me an hard time. I finally did it and was able to run "bundle exec rspec spec/requests/static_pages_spec.rb" successfully.