Sha256: 84b4c0ca9c24e2917357375f8b3558ddaf87179860204d123a9dee9d1fc9ae3c
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
Master Branch (in development) ============================== Features -------- - Make possible to run callbacks in each ruby. Example: # ~/.infinity_test or ./.infinity_test infinity_test do before(:each_ruby) do |environment| environment.ruby('some_ruby_file') # run a ruby file in each ruby that you setup environment.rake('Rakefile', 'compile') # run rake compile in each ruby that you setup end after(:each_ruby) do |environment| ... end before(:all) do clear :terminal end after(:all) do ... end end Bugfix ------ * When not have notifications framework do nothing instead raise an Exception (thanks to Nelson Minor Haraguchi) * When you don't use a block in #notifications method in .infinity_test, then Infinity Test will use the simpson default images v0.1.0 ====== * Support Rspec 2 or Rspec 1.3. * Put some images to show in the notifications. * Create the hooks in before all the test and after all tests. * Create the notifications DSL for the .infinity_test file. * Possible to run with Test::Unit or Rspec with RVM.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infinity_test-0.2.0 | History.markdown |