Steven Hancock
a8de3a5a3f
Rails.root and File.join cleanup
...
- `Rails.root` is a `Pathname`, so let's use `Rails.root.join`
- Clean up most of the remaining `File.join`s
2012-06-11 03:13:20 -07:00
Maxwell Salzberg
8752dd4d58
no more oauth steps, so remove them from the runner and options
2012-05-22 11:06:36 -07:00
Steven Hancock
95d5c9ca68
Fix Jasmine tests - first pass
...
193 specs | 5 failing
The 5 failing specs appear (according to Firebug) to be due to missing
fixtures and/or missing routes in the Jasmine environment. Fixing these
last 5 failures is a task probably best left to a more experienced
Javascript/Jasmine developer.
This commit also moves validation.js and clear-form.js into
app/assets/javascripts and precompiles validation.js
2012-03-27 18:08:27 -07:00
Maxwell Salzberg
5425d405d8
try running jammit explicitly before jasmine
2012-02-07 14:59:59 -08:00
Sarah Mei
f99dd3683d
Add jasmine:ci and cucumber oauth back into travis
2011-12-05 22:26:14 -08:00
Sarah Mei
c2b22569b0
Let's try a trace on travis and see if it tells us anything useful.
2011-12-05 21:33:36 -08:00
Sarah Mei
d1044298d4
Remove export display for now to see if it affects travis
2011-12-05 21:14:48 -08:00
Sarah Mei
925753e6e4
travis needs to fail faster
2011-12-05 20:50:30 -08:00
Sarah Mei
df06b04d83
Perhaps the bundler prerelease is the reason we're running specs twice? Let's see.
2011-12-05 20:20:48 -08:00
Sarah Mei
085471fb55
Remove default rake task's dependency on spec:fixtures for now, to see if that stops travis from running all the specs twice
2011-12-04 17:46:26 -08:00
Sarah Mei
993b410d95
Fix default rake task so it runs the fixture-generation specs first explicitly.
2011-11-30 21:43:04 -08:00
Jonne Hass
a216252fe0
we cause too much load on travis: if you have a fork and use travis please turn it off; run oauth-cucumber inside other build to reduce builds and save (setup) time.
2011-11-07 01:38:22 +01:00
Sarah Mei
ac065e1706
Differentiate between oauth features and non-oauth features for travis.
2011-11-05 21:09:56 -07:00
Sarah Mei
a9ac7329d1
Add oauth features to travis as a separate build. Combinatoric explosion FTW
2011-11-05 20:40:16 -07:00
Sarah Mei
29f5ce1577
try breaking up travis build into components
2011-11-04 21:35:06 -07:00
Sarah Mei
18b1f360d8
Have our CI run only cucumber
2011-09-17 22:39:42 -07:00
Sarah Mei
73f0e17f5a
Converting to cruisecontrol.rb
2010-10-20 20:39:13 -07:00
Sarah Mei
c646db956e
CI does a proper export. FINALLY.
2010-10-08 21:13:13 -06:00
Sarah Mei
bc75c4acf5
Let's try putting display in the rake command.
2010-10-08 15:22:02 -06:00
Sarah Mei
4e3e6d9562
rake task starts a virtual framebuffer before running tests, stops it after
2010-10-08 14:55:53 -06:00
Sarah Mei
564217684f
Fail CI if exitstatus isn't 0. *sigh*
2010-10-08 14:14:39 -06:00
Sarah Mei
b02e266130
Don't need a bundle install in the ci task
2010-10-08 01:07:07 -06:00
Sarah Mei
c0bf7ab5cd
Rake task for CI that includes a bundle install
2010-10-08 00:39:30 -06:00