Skip to content

Instantly share code, notes, and snippets.

View gustavowt's full-sized avatar

Gustavo Warmling Teixeira gustavowt

View GitHub Profile
@gustavowt
gustavowt / spec_base_spec.rb
Created May 30, 2013 16:51
Aplicacoes basicas para estrutura de teste
describe "#to_s" do
it "use name" do
...
end
end
context "with status active" do
before { ... }
it "validate behavior" do
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