* [gentoo-commits] proj/recruiting-webapp:master commit in: spec/models/
@ 2011-03-19 15:44 Petteri Räty
0 siblings, 0 replies; 4+ messages in thread
From: Petteri Räty @ 2011-03-19 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 58b9bac5246073719cffb8c9ce64eaa181ca9cd1
Author: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 19:45:17 2011 +0000
Commit: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 19:45:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/recruiting-webapp.git;a=commit;h=58b9bac5
Typo fixes
---
spec/models/question_spec.rb | 2 +-
spec/models/user_spec.rb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/spec/models/question_spec.rb b/spec/models/question_spec.rb
index 99a286f..3d55415 100644
--- a/spec/models/question_spec.rb
+++ b/spec/models/question_spec.rb
@@ -163,7 +163,7 @@ describe Question do
question.should_not be_editable_by(recruit, :approved)
end
- it "should allow admin to edit all attributes execpt user" do
+ it "should allow admin to edit all attributes except user" do
admin = Factory(:administrator)
question = Factory(:question, :user => Factory(:recruit))
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index b4a3dbf..02cc24a 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -303,7 +303,7 @@ describe User do
Factory(:administrator).questions_to_approve.should == [q]
end
- it "should properly recognie if user answera all multiple choice questions" do
+ it "should properly recognize if user answera all multiple choice questions" do
recruit = Factory(:recruit)
recruit.answered_all_multi_choice_questions?.should be_true
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/recruiting-webapp:master commit in: spec/models/
@ 2011-03-19 15:44 Petteri Räty
0 siblings, 0 replies; 4+ messages in thread
From: Petteri Räty @ 2011-03-19 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 470ddac4dacfd0a87ed6d14af71eb572d5206ba3
Author: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 15:16:16 2011 +0000
Commit: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 15:16:20 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/recruiting-webapp.git;a=commit;h=470ddac4
Typo fix reurn to return
---
spec/models/user_spec.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index 9e2a2e6..6f43d5d 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -291,7 +291,7 @@ describe User do
lead.any_pending_project_acceptances?.should be_false
end
- it "should reurn proper questions to approve" do
+ it "should return proper questions to approve" do
for u in fabricate_users(:recruit, :mentor, :recruiter) + [Guest.new]
u.questions_to_approve.should == []
end
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/recruiting-webapp:master commit in: spec/models/
@ 2011-03-19 15:44 Petteri Räty
0 siblings, 0 replies; 4+ messages in thread
From: Petteri Räty @ 2011-03-19 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 11e32f90f77ffb8d7d6ceeea03d79c0e6e5551e8
Author: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 15:15:33 2011 +0000
Commit: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 15:15:33 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/recruiting-webapp.git;a=commit;h=11e32f90
Typo fix answera to answered
---
spec/models/user_spec.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index 02cc24a..9e2a2e6 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -303,7 +303,7 @@ describe User do
Factory(:administrator).questions_to_approve.should == [q]
end
- it "should properly recognize if user answera all multiple choice questions" do
+ it "should properly recognize if user answered all multiple choice questions" do
recruit = Factory(:recruit)
recruit.answered_all_multi_choice_questions?.should be_true
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/recruiting-webapp:master commit in: spec/models/
@ 2011-03-19 15:44 Petteri Räty
0 siblings, 0 replies; 4+ messages in thread
From: Petteri Räty @ 2011-03-19 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 3f5d745424ebb2fe39e6e7cb236a29d4eca8a9c8
Author: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 15:17:08 2011 +0000
Commit: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 15:17:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/recruiting-webapp.git;a=commit;h=3f5d7454
Typo fix destory to destroy
---
spec/models/user_spec.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index 6f43d5d..4fdbbcf 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -271,7 +271,7 @@ describe User do
end
end
- it "should allow only administrator to destory" do
+ it "should allow only administrator to destroy" do
user = Factory(:recruit)
for u in fabricate_users(:recruit, :mentor, :recruiter) + [Guest.new]
user.should_not be_destroyable_by(u)
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-03-19 15:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-19 15:44 [gentoo-commits] proj/recruiting-webapp:master commit in: spec/models/ Petteri Räty
-- strict thread matches above, loose matches on Subject: below --
2011-03-19 15:44 Petteri Räty
2011-03-19 15:44 Petteri Räty
2011-03-19 15:44 Petteri Räty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox