Displaying 12 results from an estimated 12 matches for "fsevent".
Did you mean:
frsevent
2011 Feb 21
4
autotest with Growl not working
...ils 3 but when I run $ autotest nothing
happens (I have growl installed). If I run $ rspec spec then I get the
''Finished in 0.07253 seconds seconds 2 example, 0 failures'' message
I have the following gems installed for autotest (checked via $ gem
list):
autotest (4.3.2)
autotest-fsevent (0.2.4, 0.2.2)
autotest-growl (0.2.9, 0.2.4)
autotest-rails-pure (4.1.0)
However none of them appear when I use $ bundle show. I read that that
was because they are not in my Gemfile for my project, although I do
have the following in my .autotest file in my home directory:
require ''aut...
2011 May 08
1
Spork + Autotest Failure
...Autotest as per Michael''s instructions in
http://ruby.railstutorial.org/chapters/static-pages#sec:testing_tools
Essentially by doing the following (using rvm & I''m on Mac OS X):
$ gem install autotest -v 4.4.6
$ gem install autotest-rails-pure -v 4.1.2
$ gem install autotest-fsevent
$ gem install autotest-growl
My ~/.autotest is as follows:
require ''autotest/growl''
require ''autotest/fsevent''
Autotest.add_hook :initialize do |autotest|
%w{.git .svn .hg .DS_Store ._* vendor .idea}.each {|exception|
autotest.add_exception(exception) }
fals...
2012 Jan 20
2
Build a ruby gem and conditionally specify dependencies
...use
add_dependency method within a Gem::Specifiction block in a .gemspec
file
Gem::Specification.new do |s|
# ... standard setup stuff
# conditionally set dependencies
s.add_dependency "rb-inotify", "~> 0.8.8" if RUBY_PLATFORM =~ /linux/
i
s.add_dependency "rb-fsevent", "~> 0.4.3.1" if RUBY_PLATFORM =~ /
darwin/i
s.add_dependency "rb-fchange", "~> 0.0.5" if RUBY_PLATFORM =~ /mswin|
mingw/i
end
Based on all of the docs and threads I found on the net, I would have
expected that if you install the gem on
- Linux, then,...
2011 Mar 27
0
Autotest, cucumber, spork and the wrong file
Running:
Rails 3.0.5
ZenTest 4.5.0
autotest (4.4.6, 4.3.2)
autotest-fsevent (0.2.5, 0.2.2)
autotest-growl (0.2.9, 0.2.4)
autotest-rails (4.1.0)
autotest-rails-pure (4.1.2, 4.1.0)
cucumber (0.10.2)
cucumber-rails (0.4.0)
spork (0.9.0.rc4)
Gives me a truly bizarre situation. When I touch my features file,
autotest runs a single, unrelated rspec test.
Cucumber alone or with...
2014 Apr 29
0
Bootstrap 3.1.1 is showing as BS 2...
...glifier',
'1.2.3'endgroup :test do gem 'capybara' gem 'factory_girl_rails',
'4.1.0' gem 'cucumber-rails', '1.2.1', :require => false gem
'database_cleaner', '0.7.0' # gem 'launchy', '2.1.0' # gem 'rb-fsevent',
'0.9.1', :require => false # gem 'growl', '1.0.3'endgroup :production do
gem 'pg', '0.12.2'end*
Any ideas on what might be causing this?....
Thanks in advance for any feedback you may have!
--
You received this message because you are subscr...
2008 Mar 11
0
RSpactor 0.0.2 : autorun your spec files
Hi all. I want to introduce RSpactor and its "draft" release 0.2.0.
RSpactor is a little command line tool to automatically run your
changed specs (much like autotest). As you may expect, it concentrates
on the use of RSpec. It was especially designed to use filesystem
events like FSEvent on Leopard (Mac OS X 10.5) instead of permanently
polling a directory structure. RSpactor is currently only working on
Mac OS 10.5, but I''m very confident that the next version of RSpactor
will work on Linux boxes, too.
I would really appreciate if you give it try: "sudo gem install...
2012 Dec 04
0
Empty test suite is run after every rake task
...39;', ''2.7.0''
gem ''rspec_tag_matchers''
gem ''factory_girl''
gem ''spork'', ''~> 0.9.0.rc''
gem ''guard-rspec''
gem ''watchr''
group :darwin do
gem ''rb-fsevent'', :require => false
gem ''growl'', :require => false
end
end
group :test do
gem ''factory_girl''
gem ''faker''
gem ''mocha''
gem ''flexmock''#, ''0.8.6''
gem '...
2019 Jan 04
2
virsh on mac os X
Mac OS X 10.14.2
VirtualBox 5.2.22 and 6.0.0
libvirt installed via homebrew
virsh -V
Virsh command line tool of libvirt 4.10.0
See web site at https://libvirt.org/
Compiled with support for:
Hypervisors: QEMU/KVM VMware VirtualBox ESX Test
Networking: Remote Bridging
Storage: Dir
Miscellaneous: Daemon Secrets Debug
brew services start libvirt
virsh -c vbox:///session list
error:
2019 Jan 07
2
Re: virsh on mac os X
..., 0x0) =
0 0
918/0x3b12: stat64("/usr/lib/libapple_nghttp2.dylib\0", 0x7FFEE285D570,
0x0) = 0 0
918/0x3b12: stat64("/usr/lib/libpcap.A.dylib\0", 0x7FFEE285D2F0, 0x0) =
0 0
918/0x3b12:
stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents\0",
0x7FFEE285D5C0, 0x0) = 0 0
918/0x3b12:
stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore\0",
0x7FFEE285D5C0, 0x0) = 0 0
918/0x3b12:
stat64("/System/Library/Framework...
2011 Jan 20
11
RSpec / Cucumber painfully slow Rails 3 OSX
I am working on my first Rails BDD project with extensive tests since
starting out with Rails a few years ago.
Running RSpec or Cucumber is really slow. I''m using Rails 3 and RSpec
2.
To run one model spec with only 5 tests takes almost 1 minute! When it
finishes it says it took only 0.9 seconds to run the actual test. So
obviously it is loading the environment that takes so long. I just
2019 Jan 07
0
Re: virsh on mac os X
...0x0)
= 0 0
98962/0x5a031: stat64("/usr/lib/libapple_nghttp2.dylib\0", 0x7FFEEA717570,
0x0 = 0 0
98962/0x5a031: stat64("/usr/lib/libpcap.A.dylib\0", 0x7FFEEA7172F0, 0x0) =
0 0
98962/0x5a031:
stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents\0",
0x7FFEEA7175C0, 0x0) = 0 0
98962/0x5a031:
stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore\0",
0x7FFEEA7175C0, 0x0) = 0 0
98962/0x5a031:
stat64("/System/Library/Framewo...
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...1 _sync_iss_to_iks + 114 [0x1aa3ae]
Thread id: 10c69b58
User stack:
93 _thread_start + 34 (in libSystem.B.dylib) [0x945f6012]
93 __pthread_start + 321 (in libSystem.B.dylib) [0x945f6155]
93 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x954df057]
93 __ZN25TFSEventsNotificationTask28FSEventsNotificationTaskProcEPv +
216 (in DesktopServicesPriv) [0x917a3f90]
93 _CFRunLoopRun + 84 (in CoreFoundation) [0x94240b04]
93 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x945c5286]
Thread id: e6a9128
User stack:
93 _thread_start + 3...