Displaying 9 results from an estimated 9 matches for "temp_textm".
Did you mean:
temp_test
2007 Jan 09
6
spec not running in TextMate
...command-r in TextMate and got:
/Library/Application Support/TextMate/Bundles/RSpec.tmbundle/Support/
lib/spec_mate.rb:1:in `require'': No such file to load -- rubygems
(LoadError) from /Library/Application Support/TextMate/Bundles/
RSpec.tmbundle/Support/lib/spec_mate.rb:1 from /tmp/
temp_textmate.GplhPr:3:in `require'' from /tmp/temp_textmate.GplhPr:3
The spec runs fine from the command line.
Any ideas?
Thanks,
Brian
2007 Jun 14
4
Can''t run RSpec files in TextMate
...our Descriptions in selected files/directories" I get this:
/Users/ashleymoran/Library/Application Support/TextMate/Pristine Copy/
Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:18:in `run_files'':
private method `split'' called for nil:NilClass (NoMethodError) from /
tmp/temp_textmate.ii9VqG:4
If I try the "Run Behaviour Description" I get this:
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load -- cgi
(MissingSourceFile) from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/
custom_require.r...
2007 Oct 10
9
Rspec Textmate bundle errors
...sers/alastair/Library/Application
Support/TextMate/Bundles/RSpec.tmbundle/Support/lib/spec/../spec/mate/
runner.rb:33:in `run'' from /Users/alastair/Library/Application
Support/TextMate/Bundles/RSpec.tmbundle/Support/lib/spec/../spec/mate/
runner.rb:12:in `run_file'' from /tmp/temp_textmate.YtFHjY:4
Would anyone have any ideas what the problem might be? All the paths
are correct as I can run ruby scripts from within textmate.
Cheers in advance!
Alastair
-----
Alastair Moore
Freelance web design, development and consultancy
t. 07983 983945
e. alastair at kozmo.co.uk
w. http:...
2007 Nov 28
6
textmate bundle
...9; from /Users/zdennis/Library/Application
Support/TextMate/Bundles/RSpec.tmbundle/Support/lib/spec/../spec/mate/runner.rb:33:in
`run'' from /Users/zdennis/Library/Application
Support/TextMate/Bundles/RSpec.tmbundle/Support/lib/spec/../spec/mate/runner.rb:12:in
`run_file'' from /tmp/temp_textmate.AZtCnz:4
--
Zach Dennis
http://www.continuousthinking.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071128/3b0cb43f/attachment.html
2007 Oct 13
3
[RSpec] Unexpected behavior using TextMate Bundle...
Howdy,
Why does the bundle NOT work when I do the following:
- Start TextMate
- Open my project
- Open my spec
- Try to run spec and get an error
While the following DOES work:
- Open Terminal
- Locate my project
- Start TextMate via command line (mate .)
- Open my spec
- Try to run spec and it works
Cheers,
Mel
-------------- next part --------------
An HTML attachment was
2007 Jun 27
2
Controller specs not shareable?
.../ashleymoran/Library/Application Support/TextMate/Pristine
Copy/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:46:in `run''
from /Users/ashleymoran/Library/Application Support/TextMate/Pristine
Copy/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:25:in `run_file''
from /tmp/temp_textmate.Ft0uGO:4
##########
I''ve had a quick look through the source and can sorta see why it
doesn''t work. Is there an easy way to fix this or any plans to add
it in? The controller specs are where virtually all my duplication is.
Ashley
2007 May 18
1
problems with textmate and rspec bundle
...9;
from /Users/johnpaul/Library/Application Support/TextMate/Pristine
Copy/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:46:in `run'' from
/Users/johnpaul/Library/Application Support/TextMate/Pristine
Copy/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:25:in `run_file''
from /tmp/temp_textmate.ohalvM:4
So that''s saying it can''t find the game.rb file?
> ls -l rspec
total 16
-rwxr--r-- 1 johnpaul johnpaul 62 May 18 08:07 game.rb*
-rwxr--r-- 1 johnpaul johnpaul 191 May 18 08:07 game_spec.rb*
That seems ok. Just for kicks, I ran rspec on the game.rb file u...
2007 Oct 30
7
RSpec Texmate Bundle errors
I''ve the same problem as Alastair when running rspec command :
http://lists.macromates.com/pipermail/textmate/2007-October/022585.html
../spec/mate/runner.rb:34:in `run'': undefined method `parse'' for
Spec::Runner::OptionParser:Class
I fixed this for me by changing the offending line to :
::Spec::Runner::CommandLine.run(argv, STDERR, stdout)
(see
2007 Dec 11
5
RSpec TMbundle
I tried checking it out today using instructions here:
http://rspec.rubyforge.org/tools/extensions/editors/textmate.html
I get a ''svn: Connection closed unexpectedly''. Did it move or is it
down?
Nathan Sutton
fowlduck at gmail.com
rspec edge revision 3052
rspec_on_rails edge revision 3049
rails edge revision 8269