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 'jasmine-rails'
gem 'cane'
gem 'tailor'
end
group :test do

@ -141,7 +141,6 @@ GEM
addressable
websocket
listen (0.6.0)
log_switch (0.4.0)
lumberjack (1.0.2)
mail (2.4.4)
i18n (>= 0.4.0)
@ -268,12 +267,6 @@ GEM
multi_json (~> 1.0)
rack (~> 1.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)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
@ -332,7 +325,6 @@ DEPENDENCIES
sass-rails
simple_form
simplecov
tailor
thin
tzinfo
uglifier (>= 1.0.3)

@ -1,4 +1,3 @@
#!/bin/bash
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
bundle exec cane --no-doc --abc-max 17 --abc-glob '{app,lib,spec}/**/*.rb' --style-glob '{app,lib,spec}/**/*.rb'

Loading…
Cancel
Save