sparkly-auth 1.1.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  for path in %w(app/models app/controllers app/helpers app/metal)
2
2
  path = File.expand_path File.join(File.dirname(__FILE__), '..', path)
3
- ActiveSupport::Dependencies.load_once_paths.delete path
3
+ ActiveSupport::Dependencies.autoload_once_paths.delete path
4
4
  end
5
5
 
6
6
  require File.expand_path(File.join(File.dirname(__FILE__), "../../../../../../lib/sparkly-auth"))
@@ -1,19 +1,18 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'rails', '3.0.0.rc'
4
-
5
- group :test, :cucumber do
6
- # gem 'capybara'
7
- gem 'webrat'
8
- gem 'database_cleaner'
9
- gem 'cucumber-rails'
10
- gem 'cucumber'
11
- gem 'spork'
12
- gem 'launchy'
13
- gem 'genspec', '0.2.0.prerails3.2'
14
- gem 'email_spec'
15
- gem 'rspec-rails', '>= 2.0.0.beta.19'
16
- end
3
+ gem 'rails', '3.0.0'
4
+ gem 'sc-core-ext'
5
+
6
+ gem "rspec-rails"
7
+ gem "webrat"
8
+ gem "database_cleaner"
9
+ gem "cucumber-rails"
10
+ gem "cucumber"
11
+ gem "spork"
12
+ gem "launchy"
13
+
14
+ gem 'genspec', "= 0.2.0.prerails3.2"
15
+ gem 'email_spec'
17
16
 
18
17
  # Bundle edge Rails instead:
19
18
  # gem 'rails', :git => 'git://github.com/rails/rails.git'
@@ -2,107 +2,112 @@ GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
4
  abstract (1.0.0)
5
- actionmailer (3.0.0.rc)
6
- actionpack (= 3.0.0.rc)
5
+ actionmailer (3.0.0)
6
+ actionpack (= 3.0.0)
7
7
  mail (~> 2.2.5)
8
- actionpack (3.0.0.rc)
9
- activemodel (= 3.0.0.rc)
10
- activesupport (= 3.0.0.rc)
8
+ actionpack (3.0.0)
9
+ activemodel (= 3.0.0)
10
+ activesupport (= 3.0.0)
11
11
  builder (~> 2.1.2)
12
12
  erubis (~> 2.6.6)
13
13
  i18n (~> 0.4.1)
14
14
  rack (~> 1.2.1)
15
- rack-mount (~> 0.6.9)
15
+ rack-mount (~> 0.6.12)
16
16
  rack-test (~> 0.5.4)
17
- tzinfo (~> 0.3.22)
18
- activemodel (3.0.0.rc)
19
- activesupport (= 3.0.0.rc)
17
+ tzinfo (~> 0.3.23)
18
+ activemodel (3.0.0)
19
+ activesupport (= 3.0.0)
20
20
  builder (~> 2.1.2)
21
21
  i18n (~> 0.4.1)
22
- activerecord (3.0.0.rc)
23
- activemodel (= 3.0.0.rc)
24
- activesupport (= 3.0.0.rc)
25
- arel (~> 0.4.0)
26
- tzinfo (~> 0.3.22)
27
- activeresource (3.0.0.rc)
28
- activemodel (= 3.0.0.rc)
29
- activesupport (= 3.0.0.rc)
30
- activesupport (3.0.0.rc)
31
- arel (0.4.0)
32
- activesupport (>= 3.0.0.beta)
22
+ activerecord (3.0.0)
23
+ activemodel (= 3.0.0)
24
+ activesupport (= 3.0.0)
25
+ arel (~> 1.0.0)
26
+ tzinfo (~> 0.3.23)
27
+ activeresource (3.0.0)
28
+ activemodel (= 3.0.0)
29
+ activesupport (= 3.0.0)
30
+ activesupport (3.0.0)
31
+ arel (1.0.1)
32
+ activesupport (~> 3.0.0)
33
33
  builder (2.1.2)
34
- configuration (1.1.0)
35
- cucumber (0.8.5)
36
- builder (~> 2.1.2)
34
+ configuration (1.2.0)
35
+ cucumber (0.10.0)
36
+ builder (>= 2.1.2)
37
37
  diff-lcs (~> 1.1.2)
38
- gherkin (~> 2.1.4)
39
- json_pure (~> 1.4.3)
40
- term-ansicolor (~> 1.0.4)
38
+ gherkin (~> 2.3.2)
39
+ json (~> 1.4.6)
40
+ term-ansicolor (~> 1.0.5)
41
41
  cucumber-rails (0.3.2)
42
42
  cucumber (>= 0.8.0)
43
- database_cleaner (0.5.2)
43
+ database_cleaner (0.6.3)
44
44
  diff-lcs (1.1.2)
45
- email_spec (1.0.0)
45
+ email_spec (1.1.1)
46
+ rspec (~> 2.0)
46
47
  erubis (2.6.6)
47
48
  abstract (>= 1.0.0)
48
49
  genspec (0.2.0.prerails3.2)
49
50
  rspec (>= 2.0.0.beta.14)
50
51
  sc-core-ext (>= 1.2.1)
51
- gherkin (2.1.5)
52
- trollop (~> 1.16.2)
53
- i18n (0.4.1)
54
- json_pure (1.4.6)
52
+ gherkin (2.3.3)
53
+ json (~> 1.4.6)
54
+ i18n (0.4.2)
55
+ json (1.4.6)
55
56
  launchy (0.3.7)
56
57
  configuration (>= 0.0.5)
57
58
  rake (>= 0.8.1)
58
- mail (2.2.5)
59
+ mail (2.2.15)
59
60
  activesupport (>= 2.3.6)
60
- mime-types
61
- treetop (>= 1.4.5)
61
+ i18n (>= 0.4.0)
62
+ mime-types (~> 1.16)
63
+ treetop (~> 1.4.8)
62
64
  mime-types (1.16)
63
- nokogiri (1.4.2)
65
+ nokogiri (1.4.4)
64
66
  polyglot (0.3.1)
65
67
  rack (1.2.1)
66
- rack-mount (0.6.9)
68
+ rack-mount (0.6.13)
67
69
  rack (>= 1.0.0)
68
- rack-test (0.5.4)
70
+ rack-test (0.5.7)
69
71
  rack (>= 1.0)
70
- rails (3.0.0.rc)
71
- actionmailer (= 3.0.0.rc)
72
- actionpack (= 3.0.0.rc)
73
- activerecord (= 3.0.0.rc)
74
- activeresource (= 3.0.0.rc)
75
- activesupport (= 3.0.0.rc)
76
- bundler (>= 1.0.0.rc.1)
77
- railties (= 3.0.0.rc)
78
- railties (3.0.0.rc)
79
- actionpack (= 3.0.0.rc)
80
- activesupport (= 3.0.0.rc)
81
- rake (>= 0.8.3)
72
+ rails (3.0.0)
73
+ actionmailer (= 3.0.0)
74
+ actionpack (= 3.0.0)
75
+ activerecord (= 3.0.0)
76
+ activeresource (= 3.0.0)
77
+ activesupport (= 3.0.0)
78
+ bundler (~> 1.0.0)
79
+ railties (= 3.0.0)
80
+ railties (3.0.0)
81
+ actionpack (= 3.0.0)
82
+ activesupport (= 3.0.0)
83
+ rake (>= 0.8.4)
82
84
  thor (~> 0.14.0)
83
85
  rake (0.8.7)
84
- rspec (2.0.0.beta.19)
85
- rspec-core (= 2.0.0.beta.19)
86
- rspec-expectations (= 2.0.0.beta.19)
87
- rspec-mocks (= 2.0.0.beta.19)
88
- rspec-core (2.0.0.beta.19)
89
- rspec-expectations (2.0.0.beta.19)
90
- diff-lcs (>= 1.1.2)
91
- rspec-mocks (2.0.0.beta.19)
92
- rspec-rails (2.0.0.beta.19)
93
- rspec (= 2.0.0.beta.19)
94
- webrat (>= 0.7.2.beta.1)
86
+ rspec (2.5.0)
87
+ rspec-core (~> 2.5.0)
88
+ rspec-expectations (~> 2.5.0)
89
+ rspec-mocks (~> 2.5.0)
90
+ rspec-core (2.5.1)
91
+ rspec-expectations (2.5.0)
92
+ diff-lcs (~> 1.1.2)
93
+ rspec-mocks (2.5.0)
94
+ rspec-rails (2.5.0)
95
+ actionpack (~> 3.0)
96
+ activesupport (~> 3.0)
97
+ railties (~> 3.0)
98
+ rspec (~> 2.5.0)
95
99
  sc-core-ext (1.2.1)
96
100
  activesupport (>= 2.3.5)
97
101
  spork (0.8.4)
98
- sqlite3-ruby (1.3.1)
102
+ sqlite3 (1.3.3)
103
+ sqlite3-ruby (1.3.3)
104
+ sqlite3 (>= 1.3.3)
99
105
  term-ansicolor (1.0.5)
100
- thor (0.14.0)
101
- treetop (1.4.8)
106
+ thor (0.14.6)
107
+ treetop (1.4.9)
102
108
  polyglot (>= 0.3.1)
103
- trollop (1.16.2)
104
- tzinfo (0.3.22)
105
- webrat (0.7.2.beta.1)
109
+ tzinfo (0.3.24)
110
+ webrat (0.7.3)
106
111
  nokogiri (>= 1.2.0)
107
112
  rack (>= 1.0)
108
113
  rack-test (>= 0.5.3)
@@ -117,8 +122,9 @@ DEPENDENCIES
117
122
  email_spec
118
123
  genspec (= 0.2.0.prerails3.2)
119
124
  launchy
120
- rails (= 3.0.0.rc)
121
- rspec-rails (>= 2.0.0.beta.19)
125
+ rails (= 3.0.0)
126
+ rspec-rails
127
+ sc-core-ext
122
128
  spork
123
129
  sqlite3-ruby
124
130
  webrat
@@ -1,8 +1,8 @@
1
- # This file is auto-generated from the current state of the database. Instead
1
+ # This file is auto-generated from the current state of the database. Instead
2
2
  # of editing this file, please use the migrations feature of Active Record to
3
3
  # incrementally modify your database, and then regenerate this schema definition.
4
4
  #
5
- # Note that this schema.rb definition is the authoritative source for your
5
+ # Note that this schema.rb definition is the authoritative source for your
6
6
  # database schema. If you need to create the application database on another
7
7
  # system, you should be using db:schema:load, not running all the migrations
8
8
  # from scratch. The latter is a flawed and unsustainable approach (the more migrations
@@ -6,7 +6,6 @@
6
6
 
7
7
  ENV["RAILS_ENV"] ||= "test"
8
8
  require File.expand_path(File.dirname(__FILE__) + '/../../config/environment')
9
- #Rails.configuration.cache_classes = true
10
9
 
11
10
  require 'cucumber/formatter/unicode' # Remove this line if you don't want Cucumber Unicode support
12
11
  require 'cucumber/rails/rspec'
@@ -22,9 +21,6 @@ Webrat.configure do |config|
22
21
  config.open_error_files = false # Set to true if you want error pages to pop up in the browser
23
22
  end
24
23
 
25
- World(Webrat::Methods)
26
- World(Webrat::Matchers)
27
-
28
24
 
29
25
  # If you set this to false, any error raised from within your app will bubble
30
26
  # up to your step definition and out to cucumber unless you catch it somewhere
@@ -50,7 +46,6 @@ ActionController::Base.allow_rescue = false
50
46
  # subsequent scenarios. If you do this, we recommend you create a Before
51
47
  # block that will explicitly put your database in a known state.
52
48
  Cucumber::Rails::World.use_transactional_fixtures = true
53
-
54
49
  # How to clean your database when transactions are turned off. See
55
50
  # http://github.com/bmabey/database_cleaner for more info.
56
51
  if defined?(ActiveRecord::Base)
metadata CHANGED
@@ -1,12 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sparkly-auth
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 1
7
- - 1
8
- - 0
9
- version: 1.1.0
4
+ prerelease:
5
+ version: 1.2.1
10
6
  platform: ruby
11
7
  authors:
12
8
  - Colin MacKenzie IV
@@ -14,7 +10,7 @@ autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
12
 
17
- date: 2010-08-13 00:00:00 -04:00
13
+ date: 2011-06-05 00:00:00 -04:00
18
14
  default_executable:
19
15
  dependencies:
20
16
  - !ruby/object:Gem::Dependency
@@ -25,10 +21,6 @@ dependencies:
25
21
  requirements:
26
22
  - - ">="
27
23
  - !ruby/object:Gem::Version
28
- segments:
29
- - 1
30
- - 2
31
- - 1
32
24
  version: 1.2.1
33
25
  type: :runtime
34
26
  version_requirements: *id001
@@ -40,10 +32,6 @@ dependencies:
40
32
  requirements:
41
33
  - - ">="
42
34
  - !ruby/object:Gem::Version
43
- segments:
44
- - 1
45
- - 3
46
- - 2
47
35
  version: 1.3.2
48
36
  type: :development
49
37
  version_requirements: *id002
@@ -55,10 +43,6 @@ dependencies:
55
43
  requirements:
56
44
  - - ">="
57
45
  - !ruby/object:Gem::Version
58
- segments:
59
- - 0
60
- - 7
61
- - 1
62
46
  version: 0.7.1
63
47
  type: :development
64
48
  version_requirements: *id003
@@ -70,10 +54,6 @@ dependencies:
70
54
  requirements:
71
55
  - - ">="
72
56
  - !ruby/object:Gem::Version
73
- segments:
74
- - 0
75
- - 1
76
- - 1
77
57
  version: 0.1.1
78
58
  type: :development
79
59
  version_requirements: *id004
@@ -85,10 +65,6 @@ dependencies:
85
65
  requirements:
86
66
  - - ">="
87
67
  - !ruby/object:Gem::Version
88
- segments:
89
- - 0
90
- - 6
91
- - 2
92
68
  version: 0.6.2
93
69
  type: :development
94
70
  version_requirements: *id005
@@ -106,6 +82,7 @@ files:
106
82
  - .document
107
83
  - .gitignore
108
84
  - HISTORY.txt
85
+ - HOW_TO_TEST.txt
109
86
  - LICENSE
110
87
  - README.rdoc
111
88
  - Rakefile
@@ -267,7 +244,7 @@ files:
267
244
  - spec_env/rails2/lib/tasks/cucumber.rake
268
245
  - spec_env/rails2/lib/tasks/rspec.rake
269
246
  - spec_env/rails2/lib/tasks/sparkly_migration.rb
270
- - spec_env/rails2/log/development.log
247
+ - spec_env/rails2/log/test.log
271
248
  - spec_env/rails2/public/404.html
272
249
  - spec_env/rails2/public/422.html
273
250
  - spec_env/rails2/public/500.html
@@ -367,13 +344,6 @@ files:
367
344
  - spec_env/rails3/test/unit/user_test.rb
368
345
  - spec_env/rails3/vendor/plugins/.gitkeep
369
346
  - spec_env/rails3/webrat.log
370
- - spec_env/rails2/log/cucumber.log
371
- - spec_env/rails2/log/test.log
372
- - spec_env/rails3/db/development.sqlite3
373
- - spec_env/rails3/db/test.sqlite3
374
- - spec_env/rails3/log/development.log
375
- - spec_env/rails3/log/spec.log
376
- - spec_env/rails3/log/test.log
377
347
  has_rdoc: true
378
348
  homepage: http://www.thoughtsincomputation.com
379
349
  licenses: []
@@ -388,21 +358,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
388
358
  requirements:
389
359
  - - ">="
390
360
  - !ruby/object:Gem::Version
391
- segments:
392
- - 0
393
361
  version: "0"
394
362
  required_rubygems_version: !ruby/object:Gem::Requirement
395
363
  none: false
396
364
  requirements:
397
365
  - - ">="
398
366
  - !ruby/object:Gem::Version
399
- segments:
400
- - 0
401
367
  version: "0"
402
368
  requirements: []
403
369
 
404
370
  rubyforge_project:
405
- rubygems_version: 1.3.7
371
+ rubygems_version: 1.5.0
406
372
  signing_key:
407
373
  specification_version: 3
408
374
  summary: User authentication with Sparkles!
@@ -424,166 +390,3 @@ test_files:
424
390
  - spec/spec3_helper.rb
425
391
  - spec/spec_helper.rb
426
392
  - spec/views_spec.rb
427
- - spec_env/rails2/app/controllers/application_controller.rb
428
- - spec_env/rails2/app/helpers/application_helper.rb
429
- - spec_env/rails2/app/models/user.rb
430
- - spec_env/rails2/app/views/application/not_found.html.erb
431
- - spec_env/rails2/app/views/layouts/application.html.erb
432
- - spec_env/rails2/config/boot.rb
433
- - spec_env/rails2/config/cucumber.yml
434
- - spec_env/rails2/config/database.yml
435
- - spec_env/rails2/config/environment.rb
436
- - spec_env/rails2/config/environments/cucumber.rb
437
- - spec_env/rails2/config/environments/development.rb
438
- - spec_env/rails2/config/environments/production.rb
439
- - spec_env/rails2/config/environments/test.rb
440
- - spec_env/rails2/config/initializers/backtrace_silencers.rb
441
- - spec_env/rails2/config/initializers/inflections.rb
442
- - spec_env/rails2/config/initializers/mime_types.rb
443
- - spec_env/rails2/config/initializers/new_rails_defaults.rb
444
- - spec_env/rails2/config/initializers/session_store.rb
445
- - spec_env/rails2/config/initializers/sparkly_authentication.rb
446
- - spec_env/rails2/config/locales/en.yml
447
- - spec_env/rails2/config/routes.rb
448
- - spec_env/rails2/db/development.sqlite3
449
- - spec_env/rails2/db/migrate/001_create_sparkly_passwords.rb
450
- - spec_env/rails2/db/migrate/002_create_sparkly_remembered_tokens.rb
451
- - spec_env/rails2/db/migrate/003_add_confirmed_to_sparkly_passwords.rb
452
- - spec_env/rails2/db/migrate/20100607103543_create_users.rb
453
- - spec_env/rails2/db/migrate/20100609152058_add_email_to_users.rb
454
- - spec_env/rails2/db/schema.rb
455
- - spec_env/rails2/db/seeds.rb
456
- - spec_env/rails2/db/test.sqlite3
457
- - spec_env/rails2/doc/README_FOR_APP
458
- - spec_env/rails2/doc/sparkly_authentication.txt
459
- - spec_env/rails2/features/support/env.rb
460
- - spec_env/rails2/lib/tasks/cucumber.rake
461
- - spec_env/rails2/lib/tasks/rspec.rake
462
- - spec_env/rails2/lib/tasks/sparkly_migration.rb
463
- - spec_env/rails2/log/cucumber.log
464
- - spec_env/rails2/log/development.log
465
- - spec_env/rails2/log/test.log
466
- - spec_env/rails2/public/404.html
467
- - spec_env/rails2/public/422.html
468
- - spec_env/rails2/public/500.html
469
- - spec_env/rails2/public/favicon.ico
470
- - spec_env/rails2/public/images/rails.png
471
- - spec_env/rails2/public/javascripts/application.js
472
- - spec_env/rails2/public/javascripts/controls.js
473
- - spec_env/rails2/public/javascripts/dragdrop.js
474
- - spec_env/rails2/public/javascripts/effects.js
475
- - spec_env/rails2/public/javascripts/prototype.js
476
- - spec_env/rails2/public/robots.txt
477
- - spec_env/rails2/Rakefile
478
- - spec_env/rails2/README.1ST
479
- - spec_env/rails2/rerun.txt
480
- - spec_env/rails2/script/about
481
- - spec_env/rails2/script/autospec
482
- - spec_env/rails2/script/console
483
- - spec_env/rails2/script/cucumber
484
- - spec_env/rails2/script/dbconsole
485
- - spec_env/rails2/script/destroy
486
- - spec_env/rails2/script/generate
487
- - spec_env/rails2/script/performance/benchmarker
488
- - spec_env/rails2/script/performance/profiler
489
- - spec_env/rails2/script/plugin
490
- - spec_env/rails2/script/runner
491
- - spec_env/rails2/script/server
492
- - spec_env/rails2/script/spec
493
- - spec_env/rails2/spec/controllers/sparkly_user_sessions_controller_spec.rb
494
- - spec_env/rails2/spec/rcov.opts
495
- - spec_env/rails2/spec/spec.opts
496
- - spec_env/rails2/spec/spec_helper.rb
497
- - spec_env/rails2/test/fixtures/users.yml
498
- - spec_env/rails2/test/performance/browsing_test.rb
499
- - spec_env/rails2/test/test_helper.rb
500
- - spec_env/rails2/test/unit/user_test.rb
501
- - spec_env/rails2/vendor/gems/sparkly-auth-bootstrap-1.0.0/generators/sparkly/sparkly_generator.rb
502
- - spec_env/rails2/vendor/gems/sparkly-auth-bootstrap-1.0.0/lib/sparkly-auth-bootstrap.rb
503
- - spec_env/rails2/vendor/gems/sparkly-auth-bootstrap-1.0.0/rails/init.rb
504
- - spec_env/rails2/vendor/gems/sparkly-auth-bootstrap-1.0.0/sparkly-auth-bootstrap.gemspec
505
- - spec_env/rails3/app/controllers/application_controller.rb
506
- - spec_env/rails3/app/helpers/application_helper.rb
507
- - spec_env/rails3/app/models/user.rb
508
- - spec_env/rails3/app/views/application/not_found.html.erb
509
- - spec_env/rails3/app/views/layouts/application.html.erb
510
- - spec_env/rails3/config/application.rb
511
- - spec_env/rails3/config/boot.rb
512
- - spec_env/rails3/config/cucumber.yml
513
- - spec_env/rails3/config/database.yml
514
- - spec_env/rails3/config/environment.rb
515
- - spec_env/rails3/config/environments/development.rb
516
- - spec_env/rails3/config/environments/production.rb
517
- - spec_env/rails3/config/environments/spec.rb
518
- - spec_env/rails3/config/environments/test.rb
519
- - spec_env/rails3/config/initializers/backtrace_silencers.rb
520
- - spec_env/rails3/config/initializers/inflections.rb
521
- - spec_env/rails3/config/initializers/mime_types.rb
522
- - spec_env/rails3/config/initializers/secret_token.rb
523
- - spec_env/rails3/config/initializers/session_store.rb
524
- - spec_env/rails3/config/initializers/sparkly_authentication.rb
525
- - spec_env/rails3/config/locales/en.yml
526
- - spec_env/rails3/config/routes.rb
527
- - spec_env/rails3/config.ru
528
- - spec_env/rails3/db/development.sqlite3
529
- - spec_env/rails3/db/migrate/001_create_sparkly_passwords.rb
530
- - spec_env/rails3/db/migrate/002_create_sparkly_remembered_tokens.rb
531
- - spec_env/rails3/db/migrate/20100810132843_create_users.rb
532
- - spec_env/rails3/db/schema.rb
533
- - spec_env/rails3/db/seeds.rb
534
- - spec_env/rails3/db/test.sqlite3
535
- - spec_env/rails3/doc/README_FOR_APP
536
- - spec_env/rails3/doc/sparkly_authentication.txt
537
- - spec_env/rails3/features/support/env.rb
538
- - spec_env/rails3/Gemfile
539
- - spec_env/rails3/Gemfile.lock
540
- - spec_env/rails3/lib/sparkly/bootstrap.rb
541
- - spec_env/rails3/lib/tasks/cucumber.rake
542
- - spec_env/rails3/lib/tasks/sparkly_migration.rb
543
- - spec_env/rails3/log/development.log
544
- - spec_env/rails3/log/spec.log
545
- - spec_env/rails3/log/test.log
546
- - spec_env/rails3/public/404.html
547
- - spec_env/rails3/public/422.html
548
- - spec_env/rails3/public/500.html
549
- - spec_env/rails3/public/favicon.ico
550
- - spec_env/rails3/public/images/rails.png
551
- - spec_env/rails3/public/javascripts/application.js
552
- - spec_env/rails3/public/javascripts/controls.js
553
- - spec_env/rails3/public/javascripts/dragdrop.js
554
- - spec_env/rails3/public/javascripts/effects.js
555
- - spec_env/rails3/public/javascripts/prototype.js
556
- - spec_env/rails3/public/javascripts/rails.js
557
- - spec_env/rails3/public/robots.txt
558
- - spec_env/rails3/Rakefile
559
- - spec_env/rails3/README
560
- - spec_env/rails3/script/cucumber
561
- - spec_env/rails3/script/rails
562
- - spec_env/rails3/test/fixtures/users.yml
563
- - spec_env/rails3/test/performance/browsing_test.rb
564
- - spec_env/rails3/test/test_helper.rb
565
- - spec_env/rails3/test/unit/user_test.rb
566
- - spec_env/rails3/webrat.log
567
- - features/create_sparkly_account.feature
568
- - features/delete_sparkly_account.feature
569
- - features/edit_sparkly_account.feature
570
- - features/lock_abused_sparkly_account.feature
571
- - features/login_sparkly_session.feature
572
- - features/logout_sparkly_session.feature
573
- - features/setup/sparkly.rb
574
- - features/show_sparkly_account.feature
575
- - features/sparkly_session_timeout.feature
576
- - features/step_definitions/account/account_steps.rb
577
- - features/step_definitions/account/brief_steps.rb
578
- - features/step_definitions/debug_steps.rb
579
- - features/step_definitions/email_steps.rb
580
- - features/step_definitions/session/brief_steps.rb
581
- - features/step_definitions/session/logged_in_steps.rb
582
- - features/step_definitions/session/login_steps.rb
583
- - features/step_definitions/session/logout_steps.rb
584
- - features/step_definitions/session_steps.rb
585
- - features/step_definitions/sparkly_auth_steps.rb
586
- - features/step_definitions/web_steps.rb
587
- - features/support/env.rb
588
- - features/support/paths.rb
589
- - features/support/sparkly_helpers.rb