Some basic tests for user controller index

This commit is contained in:
Gopesh Tulsyan 2014-05-12 17:53:11 +05:30
parent 4955481f14
commit c97affca35
8 changed files with 31 additions and 38 deletions

View file

@ -1,5 +1,4 @@
RSpec.configure do |config|
config.before(:suite) do
DatabaseCleaner.clean_with(:truncation)
end
@ -19,5 +18,4 @@ RSpec.configure do |config|
config.after(:each) do
DatabaseCleaner.clean
end
end