The command can be simplified to "rspec filename.rb". As for how to format that in ant, please check ant's documentation. I've never (knowingly) used ant to run rspec commands.
Good luck, David On Wed, May 1, 2013 at 10:54 AM, mathyas <[email protected]> wrote: > Thanks david for the link , the problem I have is to figure it out the run > command to ant , currently I am using > "rspec spec fimename.rb" I just want to use just ant to run it. > > On Wednesday, May 1, 2013 5:25:15 AM UTC-7, [email protected] wrote: >> >> On Tue, Apr 30, 2013 at 6:51 PM, mathyas <[email protected]> wrote: >> >>> /* hi all >>> I want to run the following rspec script using ant. Presently I am using >>> "rspec filename" to run the script. Is there anyway to approche with ant to >>> run the script. >>> Thanks >>> */ >>> >> >> http://ant.apache.org/manual/**Tasks/exec.html<http://ant.apache.org/manual/Tasks/exec.html> >> >> HTH, >> David >> > -- > You received this message because you are subscribed to the Google Groups > "rspec" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msg/rspec/-/b5gXGc0dRhoJ. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "rspec" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
