rsim / ruby-plsql-spec

Oracle PL/SQL unit testing with Ruby
MIT License
68 stars 25 forks source link

Not really an issue but.... #21

Closed turntablez closed 9 years ago

turntablez commented 9 years ago

Does any one have a list of the different commands to use in this? I can see the examples but would be handy if there was a cheatsheet for this. This seems quite geared up to someone who uses ruby and I don't have any experience with it.

Thanks

Alex.

jgebal commented 9 years ago

For ruby-plsql-spec itself plsql-spec --help shoud do the trick For RSpec checkout the docs here: https://www.relishapp.com/rspec For more possible usages (beyond the examples) you might have a look at https://github.com/rsim/ruby-plsql/tree/master/spec/plsql

jgebal commented 9 years ago

Cheat sheet on the other hand seems like a wonderful idea :) It would take a while, but would be a great contribution. It would be more for ruby-plsql than for ruby-plsql-spec I guess,

turntablez commented 9 years ago

thanks jgebal. it would be nice :+1:

jgebal commented 9 years ago

I've found a nice tool for generating cheat sheets - https://github.com/Kapeli/cheatset#readme It would be good to have someone to collaborate on this. I have made a follow up issue for this one on ruby-plsql The cheat sheet should be created for ruby-plsql in the first place. ruby-plsql-spec focuses mainly on command line options and configuration for html reports + code coverage.

jgebal commented 9 years ago

I've added a cheat sheet on my blog. I't not perfect, but may be of use

turntablez commented 9 years ago

Thanks Jacek, it looks perfect.

Alex.