CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 27 Aug 2025 01:41:34 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100306155201
location: https://web.archive.org/web/20100306155201/https://github.com/rspec/rspec-core/comments
server-timing: captures_list;dur=0.665922, exclusion.robots;dur=0.025537, exclusion.robots.policy;dur=0.011528, esindex;dur=0.009686, cdx.remote;dur=6.360633, LoadShardBlock;dur=122.445628, PetaboxLoader3.datanode;dur=38.576398, PetaboxLoader3.resolve;dur=51.286239
x-app-server: wwwb-app213
x-ts: 302
x-tr: 163
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 27 Aug 2025 01:41:34 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 06 Mar 2010 15:52:01 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "9b3a73924c69a3a5b91530958c2ed639"
x-archive-orig-x-runtime: 543ms
x-archive-orig-content-length: 20862
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 06 Mar 2010 15:52:01 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 06 Mar 2010 15:52:01 GMT", ; rel="memento"; datetime="Sat, 06 Mar 2010 15:52:01 GMT", ; rel="next memento"; datetime="Mon, 19 Apr 2010 15:59:06 GMT", ; rel="last memento"; datetime="Mon, 19 Apr 2010 15:59:06 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100306063258_crawl100-c/51_14_20100306155011_crawl101.arc.gz
server-timing: captures_list;dur=0.506140, exclusion.robots;dur=0.017706, exclusion.robots.policy;dur=0.008563, esindex;dur=0.010477, cdx.remote;dur=14.114905, LoadShardBlock;dur=53.517036, PetaboxLoader3.datanode;dur=87.438587, load_resource;dur=84.772464, PetaboxLoader3.resolve;dur=45.073692
x-app-server: wwwb-app213
x-ts: 200
x-tr: 215
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Comments for rspec-core - GitHub
Comments for rspec-core
rspec / rspec-core
- Source
- Commits
- Network (6)
- Issues (1)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Comments for rspec-core
wildchild
commented on
rspec/rspec-core
Sat Feb 27 14:57:17 -0800 2010


Comment in 061349b:
We're using Jeweler, which regenerates the gemspec every time you build. No need to keep it in git, and doing so actually impedes development.

Comment in 061349b:
@wildchild: the gemspec file is used to build the gem. As a user, you don't need it. You can specify that you use it in Gemfile for bundler.

Comment in 061349b:
I could be wrong, but how to use rspec with bundler without *.gemspec?

Comment in 5e0ee06:
Ah, ok. Thanks for the info.

Comment in 5e0ee06:
I was just aligning it with the other files in the same directory.

Comment in 5e0ee06:
Damn formatting.
File.expand_path(FILE, 'spec_helper')

Comment in 5e0ee06:
Would the require line be better as?:
File.expand_path(FILE, 'spec_helper')