Skip to content

Instantly share code, notes, and snippets.

@ezotrank
Created September 4, 2011 14:17
Show Gist options
  • Save ezotrank/1192911 to your computer and use it in GitHub Desktop.
Save ezotrank/1192911 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe VolumePrice do
before(:each) do
puts "AAAA"
end
describe 'test' do
puts 'bbb'
end
end
Output
bundle exec rspec spec/models/volume_prices_spec.rb
/home/ezo/develop/pronix/bilneur/Bilneur/config/environment.rb:6: warning: already initialized constant VERIFY_PEER
bbb
No examples found.
Finished in 0.00004 second
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment