Validate username uniq in scope of namespace

This commit is contained in:
Dmitriy Zaporozhets 2013-01-07 17:36:24 +02:00
parent a0bd09ab83
commit fb470e8e2a
4 changed files with 18 additions and 12 deletions

View file

@ -1,7 +1,5 @@
task :travis do
["rake spinach", "rake spec"].each do |cmd|
puts "Starting to run #{cmd}..."
system("export DISPLAY=:99.0 && bundle exec #{cmd}")
raise "#{cmd} failed!" unless $?.exitstatus == 0
end
end
desc "Travis run tests"
task :travis => [
:spinach,
:spec
]