We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8528e3 commit fd34761Copy full SHA for fd34761
1 file changed
spec/support/parliament.rb
@@ -0,0 +1,13 @@
1
+RSpec.configure do |config|
2
+
3
+ config.before(:suite) do
4
+ Parliament.destroy_all
5
+ Parliament.reload
6
+ end
7
8
+ config.before(:each) do |example|
9
10
11
12
13
+end
0 commit comments