blob: 28951ddac364214b859011f0c8383cd8397566e8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Build script for omniauth-ldap
==========================
This is a simple script to test [the GitLab fork of Omniauth-LDAP](https://github.com/gitlabhq/omniauth-ldap)
```bash
bundle
bundle exec rspec spec
```
|