On Sat, Mar 7, 2009 at 3:03 PM, Nathaniel Brown wrote:
> I get the following error using both edge version of the TM bundle and
> rspec/rspec-rails in vendor/plugins.
>
> /Users/nshb/Library/Application Support/TextMate/Bundles/
> RSpec.tmbundle/Support/lib/spec/mate.rb:2:in `require': No such fil
On Sat, Mar 7, 2009 at 10:49 AM, karmacoma
wrote:
> Hi,
> I am in the process of upgrading my rails application to be compatible
> with rails 2.2.2. All is going well apart from a few remaining issues.
>
> My problem is: I am experiencing a test failure with what seems to be
> related to the "with
Bill Venners wrote:
Hi Aslak and Scott,
Thanks for your replies. I have a couple quick follow up questions.
On Thu, Mar 12, 2009 at 3:05 PM, aslak hellesoy
wrote:
On Thu, Mar 12, 2009 at 10:50 PM, Bill Venners wrote:
Hi All,
I've been working on BDD support in a test framework for
Hi Aslak and Scott,
Thanks for your replies. I have a couple quick follow up questions.
On Thu, Mar 12, 2009 at 3:05 PM, aslak hellesoy
wrote:
>
>
> On Thu, Mar 12, 2009 at 10:50 PM, Bill Venners wrote:
>>
>> Hi All,
>>
>> I've been working on BDD support in a test framework for Scala
>> imagin
On Mar 12, 2009, at 5:50 PM, Bill Venners wrote:
Hi All,
I've been working on BDD support in a test framework for Scala
imaginatively called ScalaTest, and I want to add support for the
notion of pending examples. I see three different "forms" of pending
in RSpec, and I'm curious to hear which
On Thu, Mar 12, 2009 at 10:50 PM, Bill Venners wrote:
> Hi All,
>
> I've been working on BDD support in a test framework for Scala
> imaginatively called ScalaTest, and I want to add support for the
Very cool!
>
> notion of pending examples. I see three different "forms" of pending
> in RSpec
Hi All,
I've been working on BDD support in a test framework for Scala
imaginatively called ScalaTest, and I want to add support for the
notion of pending examples. I see three different "forms" of pending
in RSpec, and I'm curious to hear which ones RSpec users find most
useful. The three forms a
On Thu, Mar 12, 2009 at 3:38 AM, Anton
wrote:
> Hello everybody!
>
> I am using rspec for quite a time now, and it is really a great tool!
>
> The only thing that I haven't figured out is how to set the spec
> runner to a halt-on-error mode. For example a lot of browser tests
> depend on Google ma
On Sun, Mar 8, 2009 at 6:19 PM, José Gomes Jr. wrote:
> Hi David, all:
>
> I recently upgraded to Rails 2.3.1RC2 (Ubuntu 8.10, ruby 1.8.7
> (2008-08-11 patchlevel 72) [i486-linux]) and have been dilligently
> following the instructions for upgrading rspec and rspec-rails
> according to: http://wi
Hi David, all:
I recently upgraded to Rails 2.3.1RC2 (Ubuntu 8.10, ruby 1.8.7
(2008-08-11 patchlevel 72) [i486-linux]) and have been dilligently
following the instructions for upgrading rspec and rspec-rails
according to: http://wiki.github.com/dchelimsky/rspec/rails-with-rspec-gems.
and when I r
Hi,
I am in the process of upgrading my rails application to be compatible
with rails 2.2.2. All is going well apart from a few remaining issues.
My problem is: I am experiencing a test failure with what seems to be
related to the "with_output_buffer" method found in "lib/action_view/
helpers/capt
I get the following error using both edge version of the TM bundle and
rspec/rspec-rails in vendor/plugins.
/Users/nshb/Library/Application Support/TextMate/Bundles/
RSpec.tmbundle/Support/lib/spec/mate.rb:2:in `require': No such file
to load -- rubygems (LoadError) from /Users/nshb/Library/Applic
Hello everybody!
I am using rspec for quite a time now, and it is really a great tool!
The only thing that I haven't figured out is how to set the spec
runner to a halt-on-error mode. For example a lot of browser tests
depend on Google maps and if I have no internet connection none of
them makes
James Byrne wrote:
As a side issue, in getting the input box ids to work with label ids as
I specified in the templates, I discovered that I had misread the
FormHelper api. I uncovered my mistake by writing a few tests to
exercise this feature as Rails own test/form_helper_test.rb did not.
Andrew Premdas wrote:
> The key phrase is semantic meaning. Its good to use CSS to give semantic
> meaning to things that appear on web pages. Not only can these id's or
> classes be useful for using with screen readers, they should be stable
> things that don't change even if the design of the pag
On 11-mrt-2009, at 19:02, James Byrne wrote:
I am thinking about simply opening SQLiteAdapter and overriding the
adapter_name method to some arbitrary value for the test. However, it
occurs to me that there are probably better ways to do what I am
trying
to accomplish so I welcome any sugge
On 11 Mar 2009, at 18:52, Balint Erdi wrote:
Hey,
I have the following simple scenario and the step definitions:
Scenario: Create album
Given I am logged in as "pepito"
When I go to my profile page
...
Given /^the user (.*) exists$/ do |login_name|
User.find_by_login(login_name) || Facto
17 matches
Mail list logo