FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
client_ruby/Rakefile at main · prometheus/client_ruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
prometheus
/
client_ruby
Public
Notifications
You must be signed in to change notification settings
Fork
154
Star
560
Code
Issues
16
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
client_ruby
/
Rakefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (12 loc) · 288 Bytes
Breadcrumbs
client_ruby
/
Rakefile
Copy path
File metadata and controls
17 lines (12 loc) · 288 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# encoding: UTF-8
require
'bundler'
require
'rspec/core/rake_task'
desc
'Default: run specs'
task
default
:
[
:spec
]
# test alias
task
test
:
:spec
desc
'Run specs'
RSpec
::
Core
::
RakeTask
.
new
do
|
t
|
t
.
rspec_opts
=
'--require ./spec/spec_helper.rb'
end
Bundler
::
GemHelper
.
install_tasks
Back
|
FazBrowse Home
|
New Git URL