Terrastories / terrastories

Terrastories is a geostorytelling application for mapping, managing and sharing place-based stories.
https://terrastories.app
MIT License
319 stars 157 forks source link

[Test] Add test for home_controller #281

Closed MxOliver closed 5 years ago

MxOliver commented 5 years ago

Add tests for the home_controller (app/controllers/home_controller.rb)

rgenchev commented 5 years ago

Can I work on this? :)

midhunkrishna commented 5 years ago

@rgenchev Are you working on this?

rgenchev commented 5 years ago

Yup :)

rgenchev commented 5 years ago

I created https://github.com/Terrastories/terrastories/pull/332 with an initial HomeControllerSpec file and describe blocks for the corresponding controller actions. Since there isn't any logic in the controller, I'm not sure if we want to merge this with empty test file.

mirandawang commented 5 years ago

Hey @rgenchev sorry for the confusion! This issue has already been completed here. https://github.com/Terrastories/terrastories/pull/294 Thank you still for the contribution!