diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/fixtures/flags.yml | 7 | ||||
| -rw-r--r-- | test/unit/flag_test.rb | 8 |
2 files changed, 0 insertions, 15 deletions
diff --git a/test/fixtures/flags.yml b/test/fixtures/flags.yml deleted file mode 100644 index 157d747..0000000 --- a/test/fixtures/flags.yml +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html | ||
| 2 | |||
| 3 | one: | ||
| 4 | name: MyString | ||
| 5 | |||
| 6 | two: | ||
| 7 | name: MyString | ||
diff --git a/test/unit/flag_test.rb b/test/unit/flag_test.rb deleted file mode 100644 index 49b0d96..0000000 --- a/test/unit/flag_test.rb +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class FlagTest < ActiveSupport::TestCase | ||
| 4 | # Replace this with your real tests. | ||
| 5 | test "the truth" do | ||
| 6 | assert true | ||
| 7 | end | ||
| 8 | end | ||
