CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 12:34:38 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100329085407
location: https://web.archive.org/web/20100329085407/https://github.com/bmabey/rspec-story-tmbundle/tree/temp
server-timing: captures_list;dur=0.767894, exclusion.robots;dur=0.025863, exclusion.robots.policy;dur=0.012081, esindex;dur=0.014814, cdx.remote;dur=50.540041, LoadShardBlock;dur=208.792470, PetaboxLoader3.datanode;dur=125.516782, PetaboxLoader3.resolve;dur=70.769818
x-app-server: wwwb-app212
x-ts: 302
x-tr: 287
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; 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: Fri, 22 Aug 2025 12:34:38 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 29 Mar 2010 08:54:07 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "267d5e9ea4eccd70b9fd2f9050bc845d"
x-archive-orig-x-runtime: 138ms
x-archive-orig-content-length: 24115
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: Mon, 29 Mar 2010 08:54:07 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 04 May 2009 16:55:36 GMT", ; rel="prev memento"; datetime="Mon, 04 May 2009 16:55:36 GMT", ; rel="memento"; datetime="Mon, 29 Mar 2010 08:54:07 GMT", ; rel="last memento"; datetime="Mon, 29 Mar 2010 08:54:07 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: 52_15_20100329064038_crawl102-c/52_15_20100329085356_crawl101.arc.gz
server-timing: captures_list;dur=0.737783, exclusion.robots;dur=0.029327, exclusion.robots.policy;dur=0.013782, esindex;dur=0.033982, cdx.remote;dur=9.930354, LoadShardBlock;dur=320.493616, PetaboxLoader3.datanode;dur=174.664391, PetaboxLoader3.resolve;dur=328.809667, load_resource;dur=261.782290
x-app-server: wwwb-app212
x-ts: 200
x-tr: 674
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
bmabey's rspec-story-tmbundle at temp - GitHub
bmabey / rspec-story-tmbundle
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
temp
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
Commands/ | Loading commit data... ![]() |
|
![]() |
Preferences/ | Tue May 20 10:21:23 -0700 2008 | Simple running of a story now working. [bmabey] |
![]() |
README | ||
![]() |
Snippets/ | ||
![]() |
Support/ | ||
![]() |
Syntaxes/ | ||
![]() |
color_themes/ | Tue May 20 10:21:23 -0700 2008 | Simple running of a story now working. [bmabey] |
![]() |
delete_me/ | ||
![]() |
info.plist |
README
Textmate Bundle for RSpec plain text stories Features: * Color highlighting for plain text stories * Themes that have been modified to take advantage of this can be found in color_themes/ * Simple snippets for plain text stories and scenarios * Predefined completions (escape key) for common story keywords * Spellchecking turned on by default for the plaintext stories * Run the current plain text story and display in HTML (see caveats) * Switch between plain text story and corresponding step matcher file (see caveats) Caveats about running stories: * Requires edge rspec (not 1.1.3) * Currently, the running of stories and file switching relies on the following directory structure: Basic stories (no sub-directories): /project_root/stories |- basic_story.rb |- stories | |- basic_story.story (extension does not matter) | |- steps |- basic_story_steps.rb Using feature sub-directories: /project_root/stories |- feature_one | |- some_story.rb | |- stories | | |- some_story.story (extension does not matter) | | | |- steps | |- some_story_steps.rb | |- feature_two | ..... These directory structures can be used together (basic stories can reside in the root stories directory, and feature sets can be put in sub directories). TODO: * Improve HTML output to show failing information. * POSSIBLE - Make SHIFT-CTRL-DOWN use goto_specific_step if on a step (no need for SHIFT-CTRIL-OPTION-DOWN) * If in story file, and step file doesn't exist, and going to specific step - make snippets work correctly - currently inserts new step and tag name of step file - steps_for(:Given "blah blah" ...) * When in step file - if doing SHIFT-CTRL-OPTION-DOWN - go to first step that mat * Make running a story more robust to work with any configuration. * Run All Stories command. * Run Selected Stories command. * Switch Command * Easily switch between a plain text story and it's runner ruby file. * Step Navigation * Be able to quickly navigate to the step files that are being used for the current story. * Automatically go to the selected step or create it if it does not exist. Original language part of the bundle taken from: https://www.movesonrails.com/articles/2007/11/06/rspec-plain-text-stories Modifications and additions made by: Ben Mabey, Jake Cahoon, John Thornton, Doug Tolton