Validate username uniq in scope of namespace
This commit is contained in:
parent
a0bd09ab83
commit
fb470e8e2a
4 changed files with 18 additions and 12 deletions
|
@ -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
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue