rsim / ruby-plsql-spec

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

Add support for rspec 3.x #17

Closed javornikolov closed 9 years ago

javornikolov commented 9 years ago

This is aiming to resolve #15

Add support for rspec 3.x (development and runtime)

jgebal commented 9 years ago

Do you need some support on review of that change? When you will be able to merge it to master and bump the new version?

javornikolov commented 9 years ago

I'm merging it :-) Would be great if you can provide some feedback whether it works in your environment. If it's all OK, we can perhaps bump up the version and issue new release.

jgebal commented 9 years ago

I will check it on my local project, thanks Yavor.

jgebal commented 9 years ago

I would be happy to contribute, but i'm an Oracle Developer and i'm only learning ruby to the extent needed for testing (so far). I have some issues running the ruby-plsql-spec project on my local machine. Some gems are getting messy (i'm using rubymine 7.0.2)

jgebal commented 9 years ago

I have tested the new gem functionality. Init new project plsql-spec init -> OK

Run on existing projects: plsql-spec run -> OK plsql-spec run --html -> OK plsql-spec run --coverage -> OK