Created
September 4, 2011 14:17
-
-
Save ezotrank/1192911 to your computer and use it in GitHub Desktop.
This file contains 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
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