Date: Wed, 14 Jun 2017 02:11:09 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219978] [NEW PORT] sysutils/rubygem-serverspec Message-ID: <bug-219978-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219978 Bug ID: 219978 Summary: [NEW PORT] sysutils/rubygem-serverspec Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: naito.yuichiro@gmail.com Created attachment 183469 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183469&action= =3Dedit rubygem-serverspec.shar I like to use rubygem-serverspec for checking my FreeBSD server configurati= on. With serverspec, I can write test code like RSpec semantics. For example, following code checks zfs pool named 'zpool' should have 'compression' property value equal to 'lz4'. ``` describe zfs('zpool') do its(:property) { should include('compression' =3D> 'lz4') } end ``` Rubygem-serverspec requires 'rubygem-specinfra' has been updated to the lat= est, and 'rubygem-rspec-its' is created as new port. I attach these 3 files, - rubygem-serverspec.shar - rubygem-specinfra.patch - rubygem-rspec-its.shar Please apply to the ports tree. Thank you. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219978-13>