summaryrefslogtreecommitdiffstats
path: root/spec/unit/selinux.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor #6044 -- use _spec.rb as the pattern for spec tests.Daniel Pittman2011-01-271-48/+0
| | | | | | Rename all the spec tests to follow the rspec convention of *_spec.rb rather than unadorned *.rb; this also makes it easier to work with them consistently without using the Rakefile support that customizes that.
* Refactor #6044 -- require spec_helper with a consistent path.Daniel Pittman2011-01-271-1/+1
| | | | | | Because we pull in spec_helper in individual tests, we need to use a consistent path or Ruby will evaluate it multiple times. Make the path consistent by expanding it before require.
* Added SELinux testsJames Turnbull2009-05-131-0/+48