Ok, tailor is too picky

openid
Marcin Kulik 12 years ago
parent befe59c910
commit de930371e1

@ -40,7 +40,6 @@ group :test, :development do
gem 'guard-jasmine-headless-webkit' gem 'guard-jasmine-headless-webkit'
gem 'jasmine-rails' gem 'jasmine-rails'
gem 'cane' gem 'cane'
gem 'tailor'
end end
group :test do group :test do

@ -141,7 +141,6 @@ GEM
addressable addressable
websocket websocket
listen (0.6.0) listen (0.6.0)
log_switch (0.4.0)
lumberjack (1.0.2) lumberjack (1.0.2)
mail (2.4.4) mail (2.4.4)
i18n (>= 0.4.0) i18n (>= 0.4.0)
@ -268,12 +267,6 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
tailor (1.1.2)
log_switch (>= 0.3.0)
term-ansicolor (>= 1.0.5)
text-table (>= 1.2.2)
term-ansicolor (1.0.7)
text-table (1.2.2)
thin (1.5.0) thin (1.5.0)
daemons (>= 1.0.9) daemons (>= 1.0.9)
eventmachine (>= 0.12.6) eventmachine (>= 0.12.6)
@ -332,7 +325,6 @@ DEPENDENCIES
sass-rails sass-rails
simple_form simple_form
simplecov simplecov
tailor
thin thin
tzinfo tzinfo
uglifier (>= 1.0.3) uglifier (>= 1.0.3)

@ -1,4 +1,3 @@
#!/bin/bash #!/bin/bash
bundle exec cane --no-doc --abc-max 17 --abc-glob '{app,lib,spec}/**/*.rb' --style-glob '{app,lib,spec}/**/*.rb' && \ bundle exec cane --no-doc --abc-max 17 --abc-glob '{app,lib,spec}/**/*.rb' --style-glob '{app,lib,spec}/**/*.rb'
bundle exec tailor lib && bundle exec tailor spec

Loading…
Cancel
Save