A Lucky Bag for Middleman
-
Add Middleman Wundertuete to your Gemfile:
gem 'middleman-wundertuete', github: 'bitaculous/middleman-wundertuete'
-
Run
bundle
to install all dependencies with Bundler -
Activate the Lucky Bag in your Middleman configuration:
activate :wundertuete
Run specs with RSpec
Run rspec
.
or via Guard:
$ guard -g spec
Run Cucumber
Run cucumber
.
or via Guard:
$ guard -g test
Run COVERAGE=true rake
.
Run RuboCop
Run rubocop
.
To run all specs, Cucumber and RuboCop altogether, run rake
.
Github Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems here.
This library aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, that version should be immediately yanked and / or a new version should be immediately released that restores compatibility.
Middleman Wundertuete is released under the MIT License (MIT), see LICENSE.