guard Questions

1

Solved

I'm using fixture_file_upload to test some file uploads in my rspecs If I just put it in the spec I get an error for method not found. To get it working I put include ActionDispatch::TestProcess ...
Rathenau asked 13/8, 2013 at 6:38

4

Solved

I'm developing a custom engine using this setup. I've created the engine with rails plugin new MyEngine --full Then I've added rspec-rails and guard-rspec as development dependencies with s.ad...
Lauree asked 5/9, 2011 at 18:4

3

Solved

When running guard in a Rails 4 project with guard-rspec, I sporadically see the following error when opening/closing files in vim. I've tried upgrading/downgrading guard, guard-rspec, pry, and oth...
Dhyana asked 21/10, 2013 at 14:13

1

Solved

I keep getting this error while installing the gem wdm from inside cygwin. Does anybody had the same issue and know now to fix it. Thanks. (I am Trying to install Guard gem) $ gem install wdm Buil...
Bannerman asked 9/10, 2013 at 20:32

1

I want to test my JS codes which uses jQuery by Jasmine in console with PhantomJS, but ReferenceError: Can't find variable: $ I can test the codes by Jasmine in browser normally. Thank you for yo...
Fatherless asked 26/11, 2012 at 2:49

3

Solved

When I run rspec spec I get the following: /usr/local/lib/ruby/gems/1.9.1/gems/rspec-rails-2.7.0/lib/rspec/rails/extensions/active_record/base.rb:26:in `': uninitialized constant ActiveModel (Nam...
Lickspittle asked 8/11, 2011 at 18:4

1

I'm running guard in my Rails app and the test suite (minutest) has recently stopped working properly. If I'm lucky, it'll run all of the tests once, maybe twice. After that, it takes so long to r...
Zonnya asked 3/12, 2013 at 18:9

1

Solved

I just updated my gems and when I tried to run Guard, I get the following error : Guard::RSpec DEPRECATION WARNING: The :cli option is deprecated. Please customize the new :cmd option to fit your ...
Firebreak asked 25/10, 2013 at 9:4

2

Solved

I'm having this error while trying to run the command: guard This is an app I've been developing for a while now before trying to install guard... I'm following the instructions from Ryan Bate...
Earp asked 11/10, 2013 at 15:45

3

Solved

I just added gem 'carrierwave' and it's breaking guard rails 4.0. I added rubyzip gem but it won't remedy the issue. I cannot run any more tests, and i can't figure out how to solve this issue. gu...
Zela asked 30/8, 2013 at 6:47

1

Solved

:0378CED0 push ebp :0378CED1 mov ebp, esp :0378CED3 push 0FFFFFFFFh :0378CED5 push 3927B50h :0378CEDA push 38DB344h :0378CEDF mov eax, large fs:0 :0378CEE5 push eax :0378CEE6 mov large fs:0,...
Pleurisy asked 28/3, 2013 at 13:42

3

Solved

I have guard-spork running on my rails 3.2.11 project on Ubuntu 12.04. I got my configuration from railstutorial.org. Spork starts, then guard says it can't find spork to start, waits 30 secs, th...
Merriment asked 9/2, 2013 at 21:46

1

I was following a long with this tutorial on how to test rails apps and I came across this error: /home/***/***/***/spec/spec_helper.rb:27:in `block in <top (required)>': undefined method `u...
Irresolution asked 29/4, 2013 at 0:45

2

I'm using guard-rails to run my rails server, my problem is I can't access the REPL when I add binding.pry I just get From: /home/martinr/code/app/controllers/tools_controller.rb @ line 2 ToolsCon...
Bluet asked 4/1, 2013 at 8:25

7

Solved

I am using following gems and ruby-1.9.3-p194: rails 3.2.3 rspec-rails 2.9.0 spork 1.0.0rc2 guard-spork 0.6.1 Full list of used gems is available in this Gemfile.lock or Gemfile. And I am u...
Aggravation asked 24/4, 2012 at 9:44

2

Solved

In my Gemfile... group :development, :test do gem 'capybara', "1.1.2" gem 'database_cleaner', "0.7.0" gem 'cucumber', "1.1.2" gem 'cucumber-rails', "1.2.0" gem 'rspec-rails', "2.7.0" gem ...
Redintegrate asked 19/4, 2012 at 0:44

1

Solved

Besides the obvious language architecture differences (respectively ruby vs. nodejs) are there any differences between the rubygem guard and grunt.js? Or am i wrong comparing the two. Are they diss...
Viper asked 2/5, 2013 at 15:26

3

Solved

Here's the problem. When added the Guard gem everything was fine when I was calling Guard. When I added Spork, I get the following error that doesn't affect testing my tests but it brings it up eve...
Hadleigh asked 29/1, 2013 at 19:8

2

Solved

I am running Guard successfully with notifications provided by Libnotify. funkdified@funkdified-laptop:~/railsprojects/sample_app$ guard Guard uses Libnotify to send notifications. Guard is now w...
Aylsworth asked 18/1, 2012 at 1:0

2

Solved

While it is easy enough to set the language for a given (open) file in Sublime Text, I'm wondering if there is any way that I can tell the editor in advance that anything called "Guardfile" should ...

2

I'm using guard to run all my rails specs and its awesome. I've written a bunch of request specs that use capybara and selenium to test my pages javascripts by opening firefox and they are awesome ...
Dalliance asked 25/2, 2012 at 16:53

4

Solved

I'm using Guard gem At some time of development I need to track only a specific file or several files but not an entire project. Is there some handy way to temporarily track a particular file? I...
Perichondrium asked 23/1, 2013 at 11:19

3

Solved

I'm having a fun issue, I have LiveReload working in Chrome, so I know it's installed right, but I can't for the life of me get it going on Firefox 9.0.1. I activate the icon on my site and it just...
Ophite asked 3/1, 2012 at 10:10

2

Solved

Our test quite takes a while to run, and there is always this 5-10 minute period where we know which test has failed, but we can't see the failure message or backtrace until the suite finishes. It ...
Tinctorial asked 9/1, 2013 at 7:17

2

Solved

I've followed the spork railscast video and it gives me the following error when I try to run guard: Guard is now watching at '/Users/m/work/' Starting Spork for Test::Unit & RSpec Couldn't f...
Emmett asked 18/11, 2011 at 3:19

© 2022 - 2024 — McMap. All rights reserved.