README.md in maroon-0.6.1 vs README.md in maroon-0.6.5
- old
+ new
@@ -28,14 +28,27 @@
p "#{role_name} #use role_name to refer to the role of said name
end
end
end
+## Running Tests
+If you're using Bundler, run `bundle install` to setup your environment.
+
+Run `rake test` or just `rake` to make the tests run.
+
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
+
+
+Known bugs
+There are a few known bugs. The two major once are that #{...} syntax in strings can't beused. This is due to
+limitaion/bug in the current version of sourcify.
+If declaring several role methods for the same role sourcify might get confused and return the same sexp for
+multiple of them. The work around is to use do...end for the role ans {|| } for the role methods