This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| box: wercker/ubuntu12.04-ruby1.9.3 | |
| services: | |
| - wercker/postgresql | |
| build: | |
| # The steps that will be executed on build | |
| steps: | |
| # Install (apt-get) package foo and bar | |
| - install-packages: | |
| packages: build-essential | |
| # A step that executes `bundle install` command |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| describe "#to_s" do | |
| it "use name" do | |
| ... | |
| end | |
| end | |
| context "with status active" do | |
| before { ... } | |
| it "validate behavior" do |