File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- script : " rake spec_lolz && rake cucumber"
1+ script : " rake spec && rake cucumber"
22rvm : 1.9.2
33notifications :
44 irc : " irc.freenode.org#hacketyhack"
Original file line number Diff line number Diff line change 11# hackety-hack.com
22
3+ [ ![ Build status] ( https://secure.travis-ci.org/hacketyhack/hackety-hack.com.png )] ( http://travis-ci.org/#!/hacketyhack/hackety-hack.com )
4+
35This is the source code for hackety-hack.com.
46
57At the moment, we're re-building it for Rails 3. So there's not a lot of docs. Sorry about that!
Original file line number Diff line number Diff line change 1- RSpec ::Core ::RakeTask . new ( :spec_lolz ) do |spec |
2- spec . rspec_opts = [ "-r./spec/spec_helper.rb" ]
1+ Rake . application . instance_variable_get ( '@tasks' ) . delete ( 'spec' )
2+
3+ RSpec ::Core ::RakeTask . new ( :spec ) do |task |
4+ task . rspec_opts = [ "-r./spec/spec_helper.rb" ]
35end
46
You can’t perform that action at this time.
0 commit comments