mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Initial commit to database_cleaner.
This commit is contained in:
commit
00299245c8
10 changed files with 111 additions and 0 deletions
9
features/database_cleaner.feature
Normal file
9
features/database_cleaner.feature
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Feature: something something
|
||||
In order to something something
|
||||
A user something something
|
||||
something something something
|
||||
|
||||
Scenario: something something
|
||||
Given inspiration
|
||||
When I create a sweet new gem
|
||||
Then everyone should see how awesome I am
|
||||
0
features/steps/database_cleaner_steps.rb
Normal file
0
features/steps/database_cleaner_steps.rb
Normal file
11
features/support/env.rb
Normal file
11
features/support/env.rb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib')
|
||||
require 'database_cleaner'
|
||||
|
||||
require 'spec/expectations'
|
||||
|
||||
require 'test/unit/assertions'
|
||||
|
||||
World do |world|
|
||||
|
||||
world
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue