oasis4hedev / salsa

Web app for creating a syllabus in an accessible HTML document, publishing to the Canvas LMS, and more.
https://syllabustool.com
Other
6 stars 5 forks source link

bugfix/run_cucumber_syntax_error #477

Closed opsaaaaa closed 5 years ago

opsaaaaa commented 5 years ago

fixed test syntax issue that was preventing cucumber from running. in doing so I ended up refactoring organization.root_org_setting and creating organization.set_root_org_setting.

llamapope commented 5 years ago

Lets not change the underlying code while fixing a test. Fix the test first, then if a refactor is warranted, lets do that separately.