Skip to content

Commit 6c57614

Browse files
author
Rhys Powell
committed
Merge branch 'master' into test-rewrite
2 parents e044ecc + 59bf574 commit 6c57614

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script: "rake spec_lolz && rake cucumber"
1+
script: "rake spec && rake cucumber"
22
rvm: 1.9.2
33
notifications:
44
irc: "irc.freenode.org#hacketyhack"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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+
35
This is the source code for hackety-hack.com.
46

57
At the moment, we're re-building it for Rails 3. So there's not a lot of docs. Sorry about that!

lib/tasks/rspec.rake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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"]
35
end
46

0 commit comments

Comments
 (0)