Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
ruby-dataobjects-mysql
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Ruby Team
ruby-dataobjects-mysql
Commits
013f89d0
Commit
013f89d0
authored
13 years ago
by
Cédric Boutillier
Browse files
Options
Downloads
Patches
Plain Diff
run tests with ruby-tests.rake instead of ruby-test-files.yaml
parent
678ddcea
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+3
-1
3 additions, 1 deletion
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/ruby-test-files.yaml
+0
-22
0 additions, 22 deletions
debian/ruby-test-files.yaml
debian/ruby-tests.rake
+7
-0
7 additions, 0 deletions
debian/ruby-tests.rake
with
11 additions
and
24 deletions
debian/changelog
+
3
−
1
View file @
013f89d0
...
...
@@ -3,8 +3,10 @@ ruby-dataobjects-mysql (0.10.8-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.9.3 (no change needed)
* Use official DEP5 copyright format URL
* Use ruby-tests.rake to run the tests to circumvent the fact that tests are
not run automatically with RSpec >= 2.8.0.
-- Cédric Boutillier <cedric.boutillier@gmail.com> S
un, 04 Ma
r 2012 1
6:54:22
+0
1
00
-- Cédric Boutillier <cedric.boutillier@gmail.com> S
at, 21 Ap
r 2012 1
5:29:17
+0
2
00
ruby-dataobjects-mysql (0.10.7-1) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
013f89d0
...
...
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Deepak Tripathi <deepak@debian.org>, Cédric Boutillier <cedric.boutillier@gmail.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~), libmysqlclient-dev (>= 5.1), mysql-server-5.1, ruby-dataobjects (>= 0.10.8~), ruby-rspec (>= 2.5)
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~), libmysqlclient-dev (>= 5.1), mysql-server-5.1, ruby-dataobjects (>= 0.10.8~), ruby-rspec (>= 2.5)
, rake
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-dataobjects-mysql.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-dataobjects-mysql.git;a=summary
...
...
This diff is collapsed.
Click to expand it.
debian/ruby-test-files.yaml
deleted
100644 → 0
+
0
−
22
View file @
678ddcea
---
-
spec/command_spec.rb
-
spec/connection_spec.rb
-
spec/encoding_spec.rb
-
spec/error/sql_error_spec.rb
-
spec/reader_spec.rb
-
spec/result_spec.rb
-
spec/spec_helper.rb
-
spec/typecast/array_spec.rb
-
spec/typecast/bigdecimal_spec.rb
-
spec/typecast/boolean_spec.rb
-
spec/typecast/byte_array_spec.rb
-
spec/typecast/class_spec.rb
-
spec/typecast/date_spec.rb
-
spec/typecast/datetime_spec.rb
-
spec/typecast/float_spec.rb
-
spec/typecast/integer_spec.rb
-
spec/typecast/nil_spec.rb
-
spec/typecast/other_spec.rb
-
spec/typecast/range_spec.rb
-
spec/typecast/string_spec.rb
-
spec/typecast/time_spec.rb
This diff is collapsed.
Click to expand it.
debian/ruby-tests.rake
0 → 100644
+
7
−
0
View file @
013f89d0
require
'rspec/core/rake_task'
RSpec
::
Core
::
RakeTask
.
new
(
:spec
)
do
|
spec
|
spec
.
pattern
=
'./spec/*_spec.rb'
end
task
:default
=>
:spec
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment