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
Maxwell Salzberg
518d2be1e1
use pretty formatter on CI for great justice
2012-04-03 21:51:18 -07:00
Sarah Mei
ac065e1706
Differentiate between oauth features and non-oauth features for travis.
2011-11-05 21:09:56 -07:00
Jonne Hass
292b1e7465
small cleanup
2011-09-06 20:13:56 +02:00
Sarah Mei
ad009a71dc
Don't run oauth.feature on travis, but run all features locally.
2011-09-04 11:27:30 -07:00
Raphael Sofaer
e366a4b8b5
re-enable the embedder feature outside of CI
2011-08-05 17:03:21 -07:00
Raphael Sofaer
1d5b08aa92
Don't use the pretty formatter on CI
2011-07-06 10:09:58 -07:00
Raphael Sofaer
27f78dd1ad
Rake cucumber should be pretty
2011-07-05 18:15:17 -07:00
Sarah Mei
9a6fca87ff
Re-enable running a single cucumber feature on the command line
2011-02-02 11:13:59 -08:00
Alec Leamas
8d218e7871
suburi cucumber test.
...
Adds the features/uri-features test directory, testing sub-uri
deployment. These tests uses script/server since much of this code is
about configuring the server. They are not run by "rake cucumber", to
run them use "bundle exec rake cucumber features/uri-test".
Tests requires a working app_config.yml setup with pod_url =
"http://localhost:3000/diaspora "
Patches cucumber.yml to always load step definitions from features/**, see
http://thoughtsincomputation.com/posts/cucumber-step-definitions-and-autorequire-hell
2010-12-29 10:31:25 +01:00
Sarah Mei
08a70e4980
Moved default rake task to default.rake. Now runs cucumber, rspec, and jasmine.
2010-10-30 11:51:54 -07:00
Raphael
d7bbb66d27
Run whitespace:cleanup
2010-10-07 10:47:37 -07:00
Stephen Caudill
3e499c0f1b
Hack the rake tasks to run cucumber + rspec
2010-09-26 11:39:35 -04:00
Stephen Caudill
05c2da81e5
Add cucumber and run the generator
2010-09-26 11:35:50 -04:00