0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 24 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/timcharper/rspec-story-tmbundle into timcharper/master More... over 15 years ago
extracting webrat snippets into own bundle More... over 15 years ago
Hmm.. More... over 15 years ago
Fixing specs More... over 15 years ago
Merge branch 'master' of git://github.com/timcharper/rspec-story-tmbundle into timcharper/master More... over 15 years ago
Add filetype detection to match 2 common first lines for rspec story runner files. More... over 15 years ago
Add filetype detection to match 2 common first lines for rspec story runner files. More... over 15 years ago
bug fix - better detection of "first line options" More... over 15 years ago
bug fix - better detection of "first line options" More... over 15 years ago
use the ruby specified in TM_RUBY to run stories Adding #!/usr/bin/env sh causes TextMate not to set the RUBYLIB variable, which was causing the builder gem issue with rails to surface. More... over 15 years ago
Runner files and Ruby Stories can now be detected by having '# Story' on the first line. More... over 15 years ago
Thanks to timcharper for this. The repo had duplicate files with different casing that caused git headaches. If this breaks the syntax for you try doing 'git checkout Syntaxes/RSpec\ Plain\ Text\ Story.tmLanguage'. More... over 15 years ago
Merge branch 'master' of git://github.com/timcharper/rspec-story-tmbundle into timcharper/master More... over 15 years ago
Removed duplicate Rspec plain text story.tmLanguage More... over 15 years ago
There were two versions of this file in the git repository, with slighty capitalization (effects case-insenstive file-systems, and makes the history kind of messy). More... over 15 years ago
Add shortcut key to select RSpec Story Runner File More... over 15 years ago
Add shortcut key to select RSpec Story Runner File More... over 15 years ago
prevent rspec files from being recognized as story runner files, and vica-versa More... over 15 years ago
Added update bundle command More... over 15 years ago
Added update bundle command More... over 15 years ago
Note: Previous commit as been tagged as rspec_1-1-4. * Replaced the use of $rspec_options to keep up with rpsec 1.1.5 * Including the HtmlFormatter from rspec 1.1.4 as a temporary solution to the changing formatter in rspec edge. A better solution for the formatter will be addressed once the html formatter in rspec edge stabilizes. More... over 15 years ago
Fixed bug with where new step matchers are inserted. Also fixed bug with first step name getting overwritten by the steps file name. More... almost 16 years ago
Fixed bug with running stories from textmate. More... almost 16 years ago
Changed all file_path calls (@file.story_file_path, @file.steps_file_path, etc) to first check filesystem for a matching step. Also added comment options (e.g. "# steps: foo"). More... almost 16 years ago
Merge branch 'master' of [email protected]:bmabey/rspec-story-tmbundle More... almost 16 years ago
Undefined steps to be added to the step matcher should be the unique set. No point in creating dupes in the step matcher. More... almost 16 years ago
Updating the runner command a bit... More... almost 16 years ago
Fixed bug where no alternate files were generated when on a steps file. The Choose Alternate File command should be working better now. More... almost 16 years ago
Fixed language scope problems and added new webrat snippet. More... almost 16 years ago
Fixing scopes. More... almost 16 years ago