Remove abandoned guard-jasmine-headless-webkit
This commit is contained in:
parent
e568b3a4a3
commit
7fce3537d3
1
Gemfile
1
Gemfile
@ -47,7 +47,6 @@ group :test do
|
||||
gem 'database_cleaner', '~> 1.0.1'
|
||||
gem 'guard', '~> 1.8.0'
|
||||
gem 'guard-rspec', '~> 3.0.0'
|
||||
gem 'guard-jasmine-headless-webkit', '~> 0.3.2'
|
||||
gem 'rb-inotify', '~> 0.9.0'
|
||||
gem 'simplecov', '~> 0.7.1', :require => false
|
||||
gem 'shoulda-matchers', '~> 1.4.1'
|
||||
|
11
Gemfile.lock
11
Gemfile.lock
@ -117,9 +117,6 @@ GEM
|
||||
lumberjack (>= 1.0.2)
|
||||
pry (>= 0.9.10)
|
||||
thor (>= 0.14.6)
|
||||
guard-jasmine-headless-webkit (0.3.2)
|
||||
guard (>= 0.4.0)
|
||||
jasmine-headless-webkit (>= 0.7.0)
|
||||
guard-rspec (3.0.2)
|
||||
guard (>= 1.8)
|
||||
rspec (~> 2.13)
|
||||
@ -130,12 +127,6 @@ GEM
|
||||
httpauth (0.2.0)
|
||||
i18n (0.6.4)
|
||||
jasmine-core (1.3.1)
|
||||
jasmine-headless-webkit (0.8.4)
|
||||
coffee-script
|
||||
jasmine-core (~> 1.1)
|
||||
multi_json
|
||||
rainbow
|
||||
sprockets (~> 2)
|
||||
jasmine-rails (0.4.5)
|
||||
jasmine-core (~> 1.3)
|
||||
rails (>= 3.1.0)
|
||||
@ -230,7 +221,6 @@ GEM
|
||||
activesupport (= 4.0.0)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rainbow (1.1.4)
|
||||
raindrops (0.11.0)
|
||||
rake (10.0.4)
|
||||
rb-fsevent (0.9.3)
|
||||
@ -338,7 +328,6 @@ DEPENDENCIES
|
||||
fog (~> 1.9.0)
|
||||
foreman (~> 0.63.0)
|
||||
guard (~> 1.8.0)
|
||||
guard-jasmine-headless-webkit (~> 0.3.2)
|
||||
guard-rspec (~> 3.0.0)
|
||||
jasmine-rails (~> 0.4.5)
|
||||
jquery-rails (~> 2.2.0)
|
||||
|
11
Guardfile
11
Guardfile
@ -20,14 +20,3 @@ guard 'rspec', :cli => '--fail-fast --tag ~js --tag ~slow', :zeus => true do
|
||||
watch(%r{^spec/acceptance/(.+)\.feature$})
|
||||
watch(%r{^spec/acceptance/steps/(.+)_steps\.rb$}) { |m| Dir[File.join("**/#{m[1]}.feature")][0] || 'spec/acceptance' }
|
||||
end
|
||||
|
||||
group 'javascript' do
|
||||
js_spec_location = "spec/javascripts/%s_spec"
|
||||
|
||||
guard 'jasmine-headless-webkit' do
|
||||
watch(%r{^app/views/.*\.jst$})
|
||||
watch(%r{^public/javascripts/(.*)\.js$}) { |m| newest_js_file(js_spec_location % m[1]) }
|
||||
watch(%r{^app/assets/javascripts/(.*)\.(js|coffee)$}) { |m| newest_js_file(js_spec_location % m[1]) }
|
||||
watch(%r{^spec/javascripts/(.*)_spec\..*}) { |m| newest_js_file(js_spec_location % m[1]) }
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user