Displaying 20 results from an estimated 1100 matches similar to: "FW: FW: Specifying spec and output format inline?"
2007 Sep 18
2
FW: Specifying spec and output format inline?
Anyone have any advice on this one?
Thanks,
Adam
________________________________
From: rspec-users-bounces at rubyforge.org
[mailto:rspec-users-bounces at rubyforge.org] On Behalf Of Adam Reed
Sent: Monday, September 17, 2007 2:14 PM
To: rspec-users at rubyforge.org
Subject: [rspec-users] Specifying spec and output format inline?
Howdy from Austin, TX.
I''m new to rspec, and am
2007 Sep 17
0
Specifying spec and output format inline?
Howdy from Austin, TX.
I''m new to rspec, and am currently using it with the Watir testing
library for web testing. I''m moving along at an ok pace so far, but I
had a question.
I just realized I could require ''spec'' and forego running scripts from
the command line. However, this limits me in my output formats. Is
there a way that I can specify which format
2008 Jun 03
1
Clicking on links within facebook iframes (facebook apps)
Hello,
I have a problem with clicking on the links in facebook apps due to
iframes. I am trying to write a little script to run through the funwall
app.
I used IE Dev toolbar to get the name of the id of the iframe (those
iframes how no name attribute). So I run this command:
$ie.frame(:id, "app2378983609_fb_frame").link(:text, ''View this
post'').click
And I get
2002 Sep 20
3
Problem Seeing Linux Machine From Windows Machine
I am very new to Samba, so please excuse this naive question.
Samba seems to be working properly from my Red Hat 7.2 system. I am
using a GUI called xSMBrowser, and am able to transfer files back and
forth to the Windows machines on my network.
I now want to access my Linux system from a Windows 98 machine. I can see
it ('Mail') in 'My Network Places' within the workgroup
2007 Oct 05
20
RSpec Book(s) on the radar
I just found this one: http://tinyurl.com/3c3mfa
David, are there any other RSpec books in the works?
With Regards,
Cody Skidmore
2002 Sep 29
8
Mounting Share at Boot
I am trying to mount a Windows share on my Linux machine at boot time.
I tried using the same syntax in /etc/fstab that is in /etc/mtab, but
this did not work.
Here is the mtab entry:
//DELL-4400/linux /root/mnt/DELL-4400/linux smbfs 0 0
Barry
2010 May 26
3
R editor
Erik,
What R editor do you use? I've tried SciTE but it won't color the code.
Brian
2005 Mar 12
1
FW: Watir needs a Win32GUI library
Anyone need something to do? :)
Dan
-----Original Message-----
From: Bret Pettichord [mailto:bret@pettichord.com]
Sent: Saturday, March 12, 2005 8:25 AM
To: ruby-talk ML
Cc: wtr-general@rubyforge.org
Subject: Watir needs a Win32GUI library
We''ve seen growing enthusiasm for Watir, a web-testing library that is
good
enough that it is convincing people to learn Ruby just so that they
2007 Nov 21
10
bugs
Bonjour tout le monde.
Parfois j''ai mon application qui se ferme toute seul et voila l''erreur qui apparaƮt: "Exit code: -1073741819"
Est-ce que quelqu''un peut m''expliquer ce que veut dire ce message d''erreur?
Je vous remercie.
sebastien
http://beusse.liveror.com
_______________________________________________
wxruby-users mailing list
2007 May 10
1
RSpec 0.9.4
RSpec 0.9.4 has just been released. Gems haven''t rsync''ed around the
globe yet, so you might have to wait a few hours to install it.
The big news this time is Spec::Ui 0.2.0, which has been released
along with RSpec core. This RSpec extension gives you custom Watir
matchers (custom Selenium-RC matchers are not implemented yet).
Moreover, it comes with a custom KICK ASS formatter
2006 Sep 06
0
RSpec and Watir
Hi all,
(Sorry for cross-posting - please reply to only one list, preferrably
wtr-general)
I just started on a project where it looks like we might start using Watir.
I just whipped up a little example and some doco about how to (and
why) use RSpec with Watir. It''s in RSpec''s subversion under
trunk/vendor/watir
http://rubyforge.org/scm/?group_id=797
2001 Apr 17
2
Infected source file?
Good afternoon,
when I attempt to download this file I receive a warning that this file is infected with a virus.
Regards
Stan Skidmore
SCSA
M&CT Site Operations
Pager 206-797-0564
Phone 425-865-4590
2008 Jan 15
1
Converting Watir script to Mechanize
I have a Watir script that I would like to convert to a Mechanize
script. The watir code looks like this
require ''watir''
include Watir
def test
ie = IE.new
ie.goto(''http://cpref.gsm.com/inter.asp?r=8084'')
ie.text_field(:name, ''inter_string'').set(''Potassium'')
ie.button(:id, ''image1'').click
2006 Apr 13
3
editor for Ubuntu
Hello,
I am new on Ubuntu. I would like to use R, but I tried Kate and Scite.
The first one keeps trying to use KDE applications,while the other does
not understand the language. I have searched for another editor for
hours, in vain. Which editor should work with Ubuntu?
I am looking forward to your answer,
thanks,
Camille
2007 Mar 15
1
Getting the stack trace
Hi all,
I am using the following code to print the exception, but is there a
way to get the stack trace of the complete error like
Exception: No option with text of Contract form in this select element
C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1145/./watir.rb:3656:in
`select_item_in_select_list''
2006 Mar 09
15
open source editor
does anyone know of a good place to find an open source / freeware text
editor?
--
Posted via http://www.ruby-forum.com/.
2020 Oct 12
2
setlmasterrole in config
How can setlmasterrole be set persistently? Is there a way to put it in
some config file?
If not, if setting it from the command line is the only option, what is the
recommended approach to ensure it is set upon reboot?
Thx
--
BOB BUCK
SENIOR PLATFORM SOFTWARE ENGINEER
SKIDMORE, OWINGS & MERRILL
7 WORLD TRADE CENTER
250 GREENWICH STREET
NEW YORK, NY 10007
T (212) 298-9624
ROBERT.BUCK at
2007 Apr 05
7
Re: how to use Chinese Characters in wxRuby?
yes,I'm using wxruby2
When I change
"samples/text/unicode.rb" 's content:
require 'wx'
into
begin
require 'wx'
rescue LoadError => no_wx_err
begin
require 'rubygems'
require 'wx'
rescue LoadError
raise no_wx_err
end
end
and run unicode.rb in this way:
ruby -Ku unicode.rb
I got the error message like this:
unicode.rb:119:
2011 Jul 21
0
Is it possible to open particular version of browser using Watir?
Dear all:
I installed *Utilu Firefox Collection *which has all the versions of the
Firefox. After installation when I run my Watir script then FF version 2 is
getting opened and my scripts are not working.
My question is, is it possible to open particular browser version using
Watir? I am using Watir-webdrivers.
Thanks and Regards,
Amit
--
You received this message because you are subscribed
2007 Nov 07
4
Gracefully stopping EventMachine?
Hello all,
I''ve been learning Ruby and playing with a chat server I built using
GServer. After into an issue I found with GServer, that no one else seemed
to notice (actually, similar to this question, GServer is hard to kill
nicely, especially when you want to.), I found references to EventMachine,
and rebuilt my server using it. I much prefer EventMachine''s model.
The