Closed rgov closed 6 years ago
Cool! Yeah I should document how to test locally, but it's not too bad (good job on the unit tests btw). So you need to build the gem first, then install it:
gem build playgroundbook.gemspec
gem install FILE_CREATED_FROM_ABOVE
And then running it locally should work as normal. Let me know how it goes!
Thanks. Yes, the change works, I managed to install it a different way, but I'll use this command from now on.
Awesome, well thanks so much! I'll this released asap.
I wanted to be able to specify my Swift code is written in Swift 4.0. Unfortunately I have no idea how to build and test this project.