Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
98d00635
Commit
98d00635
authored
Jul 27, 2012
by
Alex Chaffee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve tests, including correct gems for Rails 3.2.7
parent
104a76e3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
85 additions
and
46 deletions
+85
-46
annotate_models_spec.rb
spec/annotate/annotate_models_spec.rb
+2
-0
rails-3.2.gems
spec/integration/rails-3.2.gems
+4
-0
rails-3.2.gems.lock
spec/integration/rails-3.2.gems.lock
+61
-37
rails_integration_spec.rb
spec/integration/rails_integration_spec.rb
+18
-9
No files found.
spec/annotate/annotate_models_spec.rb
View file @
98d00635
...
...
@@ -344,6 +344,8 @@ end
File
.
read
(
@model_file_name
).
should
==
"
#{
@file_content
}
\n
#{
another_schema_info
}
"
end
it
"works with namepaced models (i.e. models inside modules/subdirectories"
describe
"if a file can't be annotated"
do
before
do
write_model
(
'user.rb'
,
<<-
EOS
)
...
...
spec/integration/rails-3.2.gems
View file @
98d00635
...
...
@@ -2,3 +2,7 @@ source :rubygems
gem 'rails', "~>3.2"
gem "sqlite3"
gem "jquery-rails"
gem "coffee-rails"
gem "sass-rails"
gem "uglifier"
spec/integration/rails-3.2.gems.lock
View file @
98d00635
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.
2
)
actionpack (= 3.2.
2
)
mail (~> 2.4.
0
)
actionpack (3.2.
2
)
activemodel (= 3.2.
2
)
activesupport (= 3.2.
2
)
actionmailer (3.2.
7
)
actionpack (= 3.2.
7
)
mail (~> 2.4.
4
)
actionpack (3.2.
7
)
activemodel (= 3.2.
7
)
activesupport (= 3.2.
7
)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.
1
)
journey (~> 1.0.
4
)
rack (~> 1.4.0)
rack-cache (~> 1.
1
)
rack-cache (~> 1.
2
)
rack-test (~> 0.6.1)
sprockets (~> 2.1.
2
)
activemodel (3.2.
2
)
activesupport (= 3.2.
2
)
sprockets (~> 2.1.
3
)
activemodel (3.2.
7
)
activesupport (= 3.2.
7
)
builder (~> 3.0.0)
activerecord (3.2.
2
)
activemodel (= 3.2.
2
)
activesupport (= 3.2.
2
)
activerecord (3.2.
7
)
activemodel (= 3.2.
7
)
activesupport (= 3.2.
7
)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.
2
)
activemodel (= 3.2.
2
)
activesupport (= 3.2.
2
)
activesupport (3.2.
2
)
activeresource (3.2.
7
)
activemodel (= 3.2.
7
)
activesupport (= 3.2.
7
)
activesupport (3.2.
7
)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.0)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.3.3)
erubis (2.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
json (1.6.6)
journey (1.0.4)
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
json (1.7.4)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.1
8
)
multi_json (1.
1.0
)
mime-types (1.1
9
)
multi_json (1.
3.6
)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
...
...
@@ -49,39 +61,51 @@ GEM
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.
2
)
actionmailer (= 3.2.
2
)
actionpack (= 3.2.
2
)
activerecord (= 3.2.
2
)
activeresource (= 3.2.
2
)
activesupport (= 3.2.
2
)
rails (3.2.
7
)
actionmailer (= 3.2.
7
)
actionpack (= 3.2.
7
)
activerecord (= 3.2.
7
)
activeresource (= 3.2.
7
)
activesupport (= 3.2.
7
)
bundler (~> 1.0)
railties (= 3.2.
2
)
railties (3.2.
2
)
actionpack (= 3.2.
2
)
activesupport (= 3.2.
2
)
railties (= 3.2.
7
)
railties (3.2.
7
)
actionpack (= 3.2.
7
)
activesupport (= 3.2.
7
)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (
~> 0.14.6
)
thor (
>= 0.14.6, < 2.0
)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
sprockets (2.1.2)
sass (3.1.20)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.
5
)
thor (0.1
4.6
)
sqlite3 (1.3.
6
)
thor (0.1
5.4
)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.32)
tzinfo (0.3.33)
uglifier (1.2.6)
execjs (>= 0.3.0)
multi_json (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
coffee-rails
jquery-rails
rails (~> 3.2)
sass-rails
sqlite3
uglifier
spec/integration/rails_integration_spec.rb
View file @
98d00635
...
...
@@ -37,13 +37,28 @@ describe "annotate inside Rails" do
rails_version
.
should
=~
/^
#{
base_version
}
/
puts
"
\n
Using Rails
#{
rails_version
}
"
def
process_model
text
,
base_version
if
base_version
==
"2.3"
# for some reason timestamps are nullable in Rails 2.3.14
text
.
gsub!
(
/datetime +not null/
,
"datetime"
)
text
.
gsub!
(
" attr_accessible :content
\n
"
,
''
)
end
end
`
#{
new_cmd
}
todo`
Dir
.
chdir
(
"
#{
temp_dir
}
/todo"
)
do
`
#{
generate_cmd
}
scaffold Task content:string`
.
should
=~
%r{db/migrate/.*_create_tasks.rb}
`../rake db:migrate`
.
should
=~
/CreateTasks: migrated/
File
.
read
(
"app/models/task.rb"
).
should
==
"class Task < ActiveRecord::Base
\n
end
\n
"
`
#{
annotate_bin
}
`
.
chomp
.
should
==
"Annotated (1): Task"
expected_model
=
<<-
RUBY
class Task < ActiveRecord::Base
attr_accessible :content
end
RUBY
process_model
(
expected_model
,
base_version
)
File
.
read
(
"app/models/task.rb"
).
should
==
expected_model
`
#{
annotate_bin
}
`
.
chomp
.
should
==
"Annotated (1): Task"
expected_model
=
<<-
RUBY
+
expected_model
# == Schema Information
#
# Table name: tasks
...
...
@@ -54,14 +69,8 @@ describe "annotate inside Rails" do
# updated_at :datetime not null
#
class Task < ActiveRecord::Base
end
RUBY
if
base_version
==
"2.3"
# for some reason timestamps are not required in Rails 2.3.14
expected_model
.
gsub!
(
/datetime +not null/
,
"datetime"
)
end
process_model
(
expected_model
,
base_version
)
File
.
read
(
"app/models/task.rb"
).
should
==
expected_model
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment