This repository has been archived by the owner. It is now read-only.
kemalyst-spec v0.1.0
kemalyst-spec
Kemalyst helpers to Crystal's spec
forked from spec-kemal.
Installation
Add it to your shard.yml
.
name: your-kemalyst-app
version: 0.1.0
dependencies:
kemalyst:
github: drujensen/kemalyst
kemalyst-spec:
github: drujensen/kemalyst-spec
Usage
Just require it before your files in your spec/spec_helper.cr
require "kemalyst-spec"
# spec/controllers/your-controller_spec.cr
describe "Your::Controller" do
# You can use get,post,put,patch,delete to call the corresponding route.
it "renders /" do
get "/"
response.body.should eq "Hello World!"
end
end
This is a fork from spec-kemal and modified to work with kemalyst.
Contributing
- Fork it ( https://github.com/drujensen/spec-kemalyst/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
Repository
kemalyst-spec
Owner
Statistic
- 0
- 0
- 0
- 2
- 0
- almost 8 years ago
- November 29, 2016
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 04:59:40 GMT
Languages