Skip to content

Instantly share code, notes, and snippets.

@orbanbotond
Created December 2, 2013 09:59
Show Gist options
  • Save orbanbotond/7747357 to your computer and use it in GitHub Desktop.
Save orbanbotond/7747357 to your computer and use it in GitHub Desktop.
ruby_spec.rb
describe 'ruby' do
context 'spiritual' do
specify do
expect(:ruby).to provide_happyness(:huge)
end
end
context 'material' do
specify do
expect(:good_salary).to be_present(:always)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment